#D8CBD2

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

Shades of Twilight #D8CBD2

Tints of Twilight #D8CBD2

Color information

#D8CBD2 (or 0xD8CBD2) is unknown color: approx Twilight. HEX triplet: D8, CB and D2. RGB value is (216,203,210). Sum of RGB (Red+Green+Blue) = 216+203+210=629 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.34% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 210 (82.42% from 255 or 33.39% from 629); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CBD2 is #27342D. Grayscale: #CFCFCF. Windows color (decimal): -2569262 or 13814744. OLE color: 13814744.

HSL color Cylindrical-coordinate representation of color #D8CBD2: hue angle of 327.69º degrees, saturation: 0.14, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D8CBD2 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB216203210-
CMYK00.060.030.15
HSL327.69º14.29%82.16%-
HSV(B)327.69º6.02%84.71%-
XYZ61.3161.9669.7-
YUV207.68129.31133.93-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.34%
GREEN value IS 203 (79.69% from 255) = 32.27%
BLUE value IS 210 (82.42% from 255) = 33.39%
R=34.34%
G=32.27%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620321000.060.030.15327.6914.2982.16
HexD8CBD2063F148e52
Octal3303133220631751016122
Binary110110001100101111010010011011111110100100011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CBD2; }

 p { color: rgb(216,203,210); }

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

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

 a { background-color: rgb(216,203,210); }

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

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

 span { border-color: rgb(216,203,210); }

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