Color Hex Logo

#dbc9fb Color Hex

#DBC9FB
(219,201,251)
0 Favorites   0 Comments

Color spaces of #dbc9fb

RGB 219201251
HSL0.730.860.89
HSV262°20°98°
CMYK 0.130.200.00   0.02
XYZ67.512663.7984100.0228
Yxy63.79840.29180.2758
Hunter Lab79.873911.0960-18.3347
CIE-Lab83.860715.6864-22.2473

#dbc9fb color RGB value is (219,201,251).

#dbc9fb hex color red value is 219, green value is 201 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dbc9fb hue: 0.73 , saturation: 0.86 and the lightness value of dbc9fb is 0.89.

The process color (four color CMYK) of #dbc9fb color hex is 0.13, 0.20, 0.00, 0.02. Web safe color of #dbc9fb is #ccccff. Color #dbc9fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001001 11111011
Octal 333 311 373
Decimal 219 201 251
Hex DB C9 FB

RGB Percentages of Color #dbc9fb

%32.64
%29.96
%37.41

CMYK Percentages of Color #dbc9fb

%13
%20
%0
%2

Triadic Colors of #dbc9fb

#dbc9fb #fbdbc9 #c9fbdb

Analogous Colors of #dbc9fb

#dbc9fb #f4c9fb #c9d0fb

Monochromatic Colors of #dbc9fb

#dbc9fb

Complementary Color

#dbc9fb #e9fbc9

#dbc9fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc9fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc9fb Color CSS Codes

.mybgcolor {background-color:#dbc9fb; } 
.myforecolor {color:#dbc9fb; }
.mybordercolor {border:3px solid #dbc9fb; }

#dbc9fb Text Font Color

<p style="color:#dbc9fb">Text here</p>

This sample text font color is #dbc9fb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dbc9fb Background Color

<div style="background-color:#dbc9fb">
Div content here</div>

This div background color is #dbc9fb


#dbc9fb Border Color

<div style="border:3px solid #dbc9fb">
Div here</div>

This div border color is #dbc9fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,201,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbc9fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbc9fb;
  -webkit-box-shadow: 1px 1px 3px 2px #dbc9fb;
  box-shadow:         1px 1px 3px 2px #dbc9fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,201,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbc9fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dbc9fb;
  -webkit-box-shadow: 1px 1px 3px 2px #dbc9fb;
  box-shadow:         1px 1px 3px 2px #dbc9fb;">
Div content here</div>

This div box has shadow with color #dbc9fb


Comments

No comments written yet.

Please login to write comment.