#D6B9C7

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

Shades of Twilight #D6B9C7

Tints of Twilight #D6B9C7

Color information

#D6B9C7 (or 0xD6B9C7) is unknown color: approx Twilight. HEX triplet: D6, B9 and C7. RGB value is (214,185,199). Sum of RGB (Red+Green+Blue) = 214+185+199=598 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.79% from 598); Green value is 185 (72.66% from 255 or 30.94% from 598); Blue value is 199 (78.12% from 255 or 33.28% from 598); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B9C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B9C7 is #294638. Grayscale: #C3C3C3. Windows color (decimal): -2704953 or 13089238. OLE color: 13089238.

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

Color convert

RGB214185199-
CMYK00.140.070.16
HSL331.03º26.13%78.24%-
HSV(B)331.03º13.55%83.92%-
XYZ55.3953.1261.37-
YUV195.27130.11141.36-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.79%
GREEN value IS 185 (72.66% from 255) = 30.94%
BLUE value IS 199 (78.12% from 255) = 33.28%
R=35.79%
G=30.94%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418519900.140.070.16331.0326.1378.24
HexD6B9C70E71014b1a4e
Octal32627130701672051332116
Binary1101011010111001110001110111011110000101001011110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B9C7; }

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

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

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

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

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

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

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

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