#D5BBCC

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

Shades of Twilight #D5BBCC

Tints of Twilight #D5BBCC

Color information

#D5BBCC (or 0xD5BBCC) is unknown color: approx Twilight. HEX triplet: D5, BB and CC. RGB value is (213,187,204). Sum of RGB (Red+Green+Blue) = 213+187+204=604 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.26% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BBCC is #2A4433. Grayscale: #C4C4C4. Windows color (decimal): -2769972 or 13417429. OLE color: 13417429.

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

Color convert

RGB213187204-
CMYK00.120.040.16
HSL320.77º23.64%78.43%-
HSV(B)320.77º12.21%83.53%-
XYZ56.1154.0564.6-
YUV196.71132.11139.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.26%
GREEN value IS 187 (73.44% from 255) = 30.96%
BLUE value IS 204 (80.08% from 255) = 33.77%
R=35.26%
G=30.96%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318720400.120.040.16320.7723.6478.43
HexD5BBCC0C410141184e
Octal32527331401442050130116
Binary1101010110111011110011000110010010000101000001110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BBCC; }

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

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

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

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

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

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

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

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