#D6C5CE

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

Shades of Twilight #D6C5CE

Tints of Twilight #D6C5CE

Color information

#D6C5CE (or 0xD6C5CE) is unknown color: approx Twilight. HEX triplet: D6, C5 and CE. RGB value is (214,197,206). Sum of RGB (Red+Green+Blue) = 214+197+206=617 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.68% from 617); Green value is 197 (77.34% from 255 or 31.93% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C5CE is #293A31. Grayscale: #CBCBCB. Windows color (decimal): -2701874 or 13551062. OLE color: 13551062.

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

Color convert

RGB214197206-
CMYK00.080.040.16
HSL328.24º17.17%80.59%-
HSV(B)328.24º7.94%83.92%-
XYZ58.8458.6866.62-
YUV203.11129.63135.77-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.68%
GREEN value IS 197 (77.34% from 255) = 31.93%
BLUE value IS 206 (80.86% from 255) = 33.39%
R=34.68%
G=31.93%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419720600.080.040.16328.2417.1780.59
HexD6C5CE084101481151
Octal32630531601042051021121
Binary1101011011000101110011100100010010000101001000100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C5CE; }

 p { color: rgb(214,197,206); }

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

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

 a { background-color: rgb(214,197,206); }

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

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

 span { border-color: rgb(214,197,206); }

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