#DBCBD4

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

Shades of Twilight #DBCBD4

Tints of Twilight #DBCBD4

Color information

#DBCBD4 (or 0xDBCBD4) is unknown color: approx Twilight. HEX triplet: DB, CB and D4. RGB value is (219,203,212). Sum of RGB (Red+Green+Blue) = 219+203+212=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 212 (83.20% from 255 or 33.44% from 634); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCBD4 is #24342B. Grayscale: #D0D0D0. Windows color (decimal): -2372652 or 13945819. OLE color: 13945819.

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

Color convert

RGB219203212-
CMYK00.070.030.14
HSL326.25º18.18%82.75%-
HSV(B)326.25º7.31%85.88%-
XYZ62.4562.5371.06-
YUV208.81129.8135.27-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.54%
GREEN value IS 203 (79.69% from 255) = 32.02%
BLUE value IS 212 (83.20% from 255) = 33.44%
R=34.54%
G=32.02%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920321200.070.030.14326.2518.1882.75
HexDBCBD4073E1461253
Octal3333133240731650622123
Binary1101101111001011110101000111111110101000110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCBD4; }

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

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

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

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

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

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

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

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