#D6B6C7

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

Shades of Twilight #D6B6C7

Tints of Twilight #D6B6C7

Color information

#D6B6C7 (or 0xD6B6C7) is unknown color: approx Twilight. HEX triplet: D6, B6 and C7. RGB value is (214,182,199). Sum of RGB (Red+Green+Blue) = 214+182+199=595 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.97% from 595); Green value is 182 (71.48% from 255 or 30.59% from 595); Blue value is 199 (78.12% from 255 or 33.45% from 595); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B6C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B6C7 is #294938. Grayscale: #C1C1C1. Windows color (decimal): -2705721 or 13088470. OLE color: 13088470.

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

Color convert

RGB214182199-
CMYK00.150.070.16
HSL328.12º28.07%77.65%-
HSV(B)328.12º14.95%83.92%-
XYZ54.7751.8861.16-
YUV193.51131.1142.62-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.97%
GREEN value IS 182 (71.48% from 255) = 30.59%
BLUE value IS 199 (78.12% from 255) = 33.45%
R=35.97%
G=30.59%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418219900.150.070.16328.1228.0777.65
HexD6B6C70F7101481c4e
Octal32626630701772051034116
Binary1101011010110110110001110111111110000101001000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B6C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B6C7; }

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

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

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

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

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

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

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

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