#D5C8D0

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

Shades of Twilight #D5C8D0

Tints of Twilight #D5C8D0

Color information

#D5C8D0 (or 0xD5C8D0) is unknown color: approx Twilight. HEX triplet: D5, C8 and D0. RGB value is (213,200,208). Sum of RGB (Red+Green+Blue) = 213+200+208=621 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.30% from 621); Green value is 200 (78.52% from 255 or 32.21% from 621); Blue value is 208 (81.64% from 255 or 33.49% from 621); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C8D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C8D0 is #2A372F. Grayscale: #CCCCCC. Windows color (decimal): -2766640 or 13682901. OLE color: 13682901.

HSL color Cylindrical-coordinate representation of color #D5C8D0: hue angle of 323.08º degrees, saturation: 0.13, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D5C8D0 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB213200208-
CMYK00.060.020.16
HSL323.08º13.4%80.98%-
HSV(B)323.08º6.1%83.53%-
XYZ59.4860.0168.12-
YUV204.8129.81133.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.30%
GREEN value IS 200 (78.52% from 255) = 32.21%
BLUE value IS 208 (81.64% from 255) = 33.49%
R=34.30%
G=32.21%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320020800.060.020.16323.0813.480.98
HexD5C8D006210143d51
Octal3253103200622050315121
Binary1101010111001000110100000110101000010100001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C8D0; }

 p { color: rgb(213,200,208); }

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

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

 a { background-color: rgb(213,200,208); }

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

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

 span { border-color: rgb(213,200,208); }

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