#D0C9CD

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

Shades of Twilight #D0C9CD

Tints of Twilight #D0C9CD

Color information

#D0C9CD (or 0xD0C9CD) is unknown color: approx Twilight. HEX triplet: D0, C9 and CD. RGB value is (208,201,205). Sum of RGB (Red+Green+Blue) = 208+201+205=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 201 (78.91% from 255 or 32.74% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C9CD is #2F3632. Grayscale: #CBCBCB. Windows color (decimal): -3094067 or 13486544. OLE color: 13486544.

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

Color convert

RGB208201205-
CMYK00.030.010.18
HSL325.71º6.93%80.2%-
HSV(B)325.71º3.37%81.57%-
XYZ57.9259.5966.21-
YUV203.55128.82131.17-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.88%
GREEN value IS 201 (78.91% from 255) = 32.74%
BLUE value IS 205 (80.47% from 255) = 33.39%
R=33.88%
G=32.74%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820120500.030.010.18325.716.9380.2
HexD0C9CD03112146750
Octal320311315031225067120
Binary1101000011001001110011010111100101010001101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C9CD; }

 p { color: rgb(208,201,205); }

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

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

 a { background-color: rgb(208,201,205); }

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

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

 span { border-color: rgb(208,201,205); }

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