#D6C7CF

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

Shades of Twilight #D6C7CF

Tints of Twilight #D6C7CF

Color information

#D6C7CF (or 0xD6C7CF) is unknown color: approx Twilight. HEX triplet: D6, C7 and CF. RGB value is (214,199,207). Sum of RGB (Red+Green+Blue) = 214+199+207=620 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.52% from 620); Green value is 199 (78.12% from 255 or 32.10% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C7CF is #293830. Grayscale: #CCCCCC. Windows color (decimal): -2701361 or 13617110. OLE color: 13617110.

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

Color convert

RGB214199207-
CMYK00.070.030.16
HSL328º15.46%80.98%-
HSV(B)328º7.01%83.92%-
XYZ59.4259.6567.41-
YUV204.4129.47134.85-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.52%
GREEN value IS 199 (78.12% from 255) = 32.10%
BLUE value IS 207 (81.25% from 255) = 33.39%
R=34.52%
G=32.10%
B=33.39%

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
Decimal21419920700.070.030.1632815.4680.98
HexD6C7CF07310148f51
Octal3263073170732051017121
Binary1101011011000111110011110111111000010100100011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C7CF; }

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

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

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

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

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

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

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

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