#D8C4CF

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

Shades of Twilight #D8C4CF

Tints of Twilight #D8C4CF

Color information

#D8C4CF (or 0xD8C4CF) is unknown color: approx Twilight. HEX triplet: D8, C4 and CF. RGB value is (216,196,207). Sum of RGB (Red+Green+Blue) = 216+196+207=619 (81% of max value = 765). Red value is 216 (84.77% from 255 or 34.89% from 619); Green value is 196 (76.95% from 255 or 31.66% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C4CF is #273B30. Grayscale: #CBCBCB. Windows color (decimal): -2571057 or 13616344. OLE color: 13616344.

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

Color convert

RGB216196207-
CMYK00.090.040.15
HSL327º20.41%80.78%-
HSV(B)327º9.26%84.71%-
XYZ59.3258.5867.21-
YUV203.23130.13137.11-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.89%
GREEN value IS 196 (76.95% from 255) = 31.66%
BLUE value IS 207 (81.25% from 255) = 33.44%
R=34.89%
G=31.66%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619620700.090.040.1532720.4180.78
HexD8C4CF094F1471451
Octal33030431701141750724121
Binary110110001100010011001111010011001111101000111101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C4CF; }

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

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

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

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

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

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

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

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