#D7C6CF

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

Shades of Twilight #D7C6CF

Tints of Twilight #D7C6CF

Color information

#D7C6CF (or 0xD7C6CF) is unknown color: approx Twilight. HEX triplet: D7, C6 and CF. RGB value is (215,198,207). Sum of RGB (Red+Green+Blue) = 215+198+207=620 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.68% from 620); Green value is 198 (77.73% from 255 or 31.94% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C6CF is #283930. Grayscale: #CCCCCC. Windows color (decimal): -2636081 or 13616855. OLE color: 13616855.

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

Color convert

RGB215198207-
CMYK00.080.040.16
HSL328.24º17.53%80.98%-
HSV(B)328.24º7.91%84.31%-
XYZ59.4859.3467.35-
YUV204.11129.63135.77-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.68%
GREEN value IS 198 (77.73% from 255) = 31.94%
BLUE value IS 207 (81.25% from 255) = 33.39%
R=34.68%
G=31.94%
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
Decimal21519820700.080.040.16328.2417.5380.98
HexD7C6CF084101481251
Octal32730631701042051022121
Binary1101011111000110110011110100010010000101001000100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C6CF; }

 p { color: rgb(215,198,207); }

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

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

 a { background-color: rgb(215,198,207); }

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

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

 span { border-color: rgb(215,198,207); }

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