Color Hex Logo

#dbc9ff Color Hex

#DBC9FF
(219,201,255)
0 Favorites   0 Comments

Color spaces of #dbc9ff

RGB 219201255
HSL0.721.000.89
HSV260°21°100°
CMYK 0.140.210.00   0.00
XYZ68.150164.0534103.3794
Yxy64.05340.28930.2719
Hunter Lab80.033411.9381-20.5618
CIE-Lab83.993616.5135-24.1691

#dbc9ff color RGB value is (219,201,255).

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

The process color (four color CMYK) of #dbc9ff color hex is 0.14, 0.21, 0.00, 0.00. Web safe color of #dbc9ff is #ccccff. Color #dbc9ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001001 11111111
Octal 333 311 377
Decimal 219 201 255
Hex DB C9 FF

RGB Percentages of Color #dbc9ff

%32.44
%29.78
%37.78

CMYK Percentages of Color #dbc9ff

%14
%21
%0
%0

Triadic Colors of #dbc9ff

#dbc9ff #ffdbc9 #c9ffdb

Analogous Colors of #dbc9ff

#dbc9ff #f6c9ff #c9d2ff

Monochromatic Colors of #dbc9ff

#dbc9ff

Complementary Color

#dbc9ff #edffc9

#dbc9ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc9ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc9ff Color CSS Codes

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

#dbc9ff Text Font Color

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

This sample text font color is #dbc9ff
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.


#dbc9ff Background Color

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

This div background color is #dbc9ff


#dbc9ff Border Color

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

This div border color is #dbc9ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc9ff

Related Colors


Comments

No comments written yet.

Please login to write comment.