#D6C7CE

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

Shades of Twilight #D6C7CE

Tints of Twilight #D6C7CE

Color information

#D6C7CE (or 0xD6C7CE) is unknown color: approx Twilight. HEX triplet: D6, C7 and CE. RGB value is (214,199,206). Sum of RGB (Red+Green+Blue) = 214+199+206=619 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.57% from 619); Green value is 199 (78.12% from 255 or 32.15% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C7CE is #293831. Grayscale: #CCCCCC. Windows color (decimal): -2701362 or 13551574. OLE color: 13551574.

HSL color Cylindrical-coordinate representation of color #D6C7CE: hue angle of 332º degrees, saturation: 0.15, 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 #D6C7CE is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB214199206-
CMYK00.070.040.16
HSL332º15.46%80.98%-
HSV(B)332º7.01%83.92%-
XYZ59.359.666.77-
YUV204.28128.97134.93-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.57%
GREEN value IS 199 (78.12% from 255) = 32.15%
BLUE value IS 206 (80.86% from 255) = 33.28%
R=34.57%
G=32.15%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419920600.070.040.1633215.4680.98
HexD6C7CE0741014cf51
Octal3263073160742051417121
Binary11010110110001111100111001111001000010100110011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C7CE; }

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

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

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

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

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

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

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

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