#D6BBC7

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

Shades of Twilight #D6BBC7

Tints of Twilight #D6BBC7

Color information

#D6BBC7 (or 0xD6BBC7) is unknown color: approx Twilight. HEX triplet: D6, BB and C7. RGB value is (214,187,199). Sum of RGB (Red+Green+Blue) = 214+187+199=600 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.67% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 199 (78.12% from 255 or 33.17% from 600); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBC7 is #294438. Grayscale: #C4C4C4. Windows color (decimal): -2704441 or 13089750. OLE color: 13089750.

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

Color convert

RGB214187199-
CMYK00.130.070.16
HSL333.33º24.77%78.63%-
HSV(B)333.33º12.62%83.92%-
XYZ55.8153.9661.51-
YUV196.44129.45140.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.67%
GREEN value IS 187 (73.44% from 255) = 31.17%
BLUE value IS 199 (78.12% from 255) = 33.17%
R=35.67%
G=31.17%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418719900.130.070.16333.3324.7778.63
HexD6BBC70D71014d194f
Octal32627330701572051531117
Binary1101011010111011110001110110111110000101001101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BBC7; }

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

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

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

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

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

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

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

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