#D8C8CF

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

Shades of Twilight #D8C8CF

Tints of Twilight #D8C8CF

Color information

#D8C8CF (or 0xD8C8CF) is unknown color: approx Twilight. HEX triplet: D8, C8 and CF. RGB value is (216,200,207). Sum of RGB (Red+Green+Blue) = 216+200+207=623 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.67% from 623); Green value is 200 (78.52% from 255 or 32.10% from 623); Blue value is 207 (81.25% from 255 or 33.23% from 623); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C8CF is #273730. Grayscale: #CDCDCD. Windows color (decimal): -2570033 or 13617368. OLE color: 13617368.

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

Color convert

RGB216200207-
CMYK00.070.040.15
HSL333.75º17.02%81.57%-
HSV(B)333.75º7.41%84.71%-
XYZ60.2460.4167.52-
YUV205.58128.8135.43-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.67%
GREEN value IS 200 (78.52% from 255) = 32.10%
BLUE value IS 207 (81.25% from 255) = 33.23%
R=34.67%
G=32.10%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620020700.070.040.15333.7517.0281.57
HexD8C8CF074F14e1152
Octal3303103170741751621122
Binary11011000110010001100111101111001111101001110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C8CF; }

 p { color: rgb(216,200,207); }

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

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

 a { background-color: rgb(216,200,207); }

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

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

 span { border-color: rgb(216,200,207); }

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