#DBCAD3

Color #DBCAD3 Twilight (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twilight #DBCAD3

Tints of Twilight #DBCAD3

Color information

#DBCAD3 (or 0xDBCAD3) is unknown color: approx Twilight. HEX triplet: DB, CA and D3. RGB value is (219,202,211). Sum of RGB (Red+Green+Blue) = 219+202+211=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 211 (82.81% from 255 or 33.39% from 632); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCAD3 is #24352C. Grayscale: #D0D0D0. Windows color (decimal): -2372909 or 13880027. OLE color: 13880027.

HSL color Cylindrical-coordinate representation of color #DBCAD3: hue angle of 328.24º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBCAD3 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB219202211-
CMYK00.080.040.14
HSL328.24º19.1%82.55%-
HSV(B)328.24º7.76%85.88%-
XYZ62.096270.32-
YUV208.11129.63135.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 34.65%
GREEN value IS 202 (79.30% from 255) = 31.96%
BLUE value IS 211 (82.81% from 255) = 33.39%
R=34.65%
G=31.96%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920221100.080.040.14328.2419.182.55
HexDBCAD3084E1481353
Octal33331232301041651023123
Binary110110111100101011010011010001001110101001000100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCAD3; }

 p { color: rgb(219,202,211); }

 H1.HeaderClassName
 {
   color: #DBCAD3;
 }
 .AnyTagClassName
 {
   color: #DBCAD3;
 }
</style>
background-color css

<style>
 a { background-color: #DBCAD3; }

 a { background-color: rgb(219,202,211); }

 div.DivClassName
 {
   background-color: #DBCAD3;
 }
 .BgClassName
 {
   background-color: #DBCAD3;
 }
</style>
border-color css

<style>
 span { border-color: #DBCAD3; }

 span { border-color: rgb(219,202,211); }

 td.TdClassName
 {
   border-color: #DBCAD3;
 }
 .TagClassName
 {
   border-color: #DBCAD3;
 }
</style>