#D7BBCC

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

Shades of Twilight #D7BBCC

Tints of Twilight #D7BBCC

Color information

#D7BBCC (or 0xD7BBCC) is unknown color: approx Twilight. HEX triplet: D7, BB and CC. RGB value is (215,187,204). Sum of RGB (Red+Green+Blue) = 215+187+204=606 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.48% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BBCC is #284433. Grayscale: #C5C5C5. Windows color (decimal): -2638900 or 13417431. OLE color: 13417431.

HSL color Cylindrical-coordinate representation of color #D7BBCC: hue angle of 323.57º degrees, saturation: 0.26, 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 #D7BBCC is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB215187204-
CMYK00.130.050.16
HSL323.57º25.93%78.82%-
HSV(B)323.57º13.02%84.31%-
XYZ56.6954.3564.63-
YUV197.31131.78140.62-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.48%
GREEN value IS 187 (73.44% from 255) = 30.86%
BLUE value IS 204 (80.08% from 255) = 33.66%
R=35.48%
G=30.86%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518720400.130.050.16323.5725.9378.82
HexD7BBCC0D5101441a4f
Octal32727331401552050432117
Binary1101011110111011110011000110110110000101000100110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BBCC; }

 p { color: rgb(215,187,204); }

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

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

 a { background-color: rgb(215,187,204); }

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

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

 span { border-color: rgb(215,187,204); }

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