#D8C0CD

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

Shades of Twilight #D8C0CD

Tints of Twilight #D8C0CD

Color information

#D8C0CD (or 0xD8C0CD) is unknown color: approx Twilight. HEX triplet: D8, C0 and CD. RGB value is (216,192,205). Sum of RGB (Red+Green+Blue) = 216+192+205=613 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.24% from 613); Green value is 192 (75.39% from 255 or 31.32% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C0CD is #273F32. Grayscale: #C8C8C8. Windows color (decimal): -2572083 or 13484248. OLE color: 13484248.

HSL color Cylindrical-coordinate representation of color #D8C0CD: hue angle of 327.5º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8C0CD is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB216192205-
CMYK00.110.050.15
HSL327.5º23.53%80%-
HSV(B)327.5º11.11%84.71%-
XYZ58.1956.7165.64-
YUV200.66130.45138.94-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.24%
GREEN value IS 192 (75.39% from 255) = 31.32%
BLUE value IS 205 (80.47% from 255) = 33.44%
R=35.24%
G=31.32%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619220500.110.050.15327.523.5380
HexD8C0CD0B5F1481850
Octal33030031501351751030120
Binary110110001100000011001101010111011111101001000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C0CD; }

 p { color: rgb(216,192,205); }

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

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

 a { background-color: rgb(216,192,205); }

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

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

 span { border-color: rgb(216,192,205); }

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