#D5C7CE

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

Shades of Twilight #D5C7CE

Tints of Twilight #D5C7CE

Color information

#D5C7CE (or 0xD5C7CE) is unknown color: approx Twilight. HEX triplet: D5, C7 and CE. RGB value is (213,199,206). Sum of RGB (Red+Green+Blue) = 213+199+206=618 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.47% from 618); Green value is 199 (78.12% from 255 or 32.20% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C7CE is #2A3831. Grayscale: #CBCBCB. Windows color (decimal): -2766898 or 13551573. OLE color: 13551573.

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

Color convert

RGB213199206-
CMYK00.070.030.16
HSL330º14.29%80.78%-
HSV(B)330º6.57%83.53%-
XYZ5959.4566.76-
YUV203.98129.14134.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.47%
GREEN value IS 199 (78.12% from 255) = 32.20%
BLUE value IS 206 (80.86% from 255) = 33.33%
R=34.47%
G=32.20%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319920600.070.030.1633014.2980.78
HexD5C7CE0731014ae51
Octal3253073160732051216121
Binary1101010111000111110011100111111000010100101011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C7CE; }

 p { color: rgb(213,199,206); }

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

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

 a { background-color: rgb(213,199,206); }

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

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

 span { border-color: rgb(213,199,206); }

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