#DBCAD4

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

Shades of Twilight #DBCAD4

Tints of Twilight #DBCAD4

Color information

#DBCAD4 (or 0xDBCAD4) is unknown color: approx Twilight. HEX triplet: DB, CA and D4. RGB value is (219,202,212). Sum of RGB (Red+Green+Blue) = 219+202+212=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 212 (83.20% from 255 or 33.49% from 633); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCAD4 is #24352B. Grayscale: #D0D0D0. Windows color (decimal): -2372908 or 13945563. OLE color: 13945563.

HSL color Cylindrical-coordinate representation of color #DBCAD4: hue angle of 324.71º 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 #DBCAD4 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB219202212-
CMYK00.080.030.14
HSL324.71º19.1%82.55%-
HSV(B)324.71º7.76%85.88%-
XYZ62.2262.0570.99-
YUV208.22130.13135.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.60%
GREEN value IS 202 (79.30% from 255) = 31.91%
BLUE value IS 212 (83.20% from 255) = 33.49%
R=34.60%
G=31.91%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920221200.080.030.14324.7119.182.55
HexDBCAD4083E1451353
Octal33331232401031650523123
Binary11011011110010101101010001000111110101000101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCAD4; }

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

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

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

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

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

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

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

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