#D5BCCB

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

Shades of Twilight #D5BCCB

Tints of Twilight #D5BCCB

Color information

#D5BCCB (or 0xD5BCCB) is unknown color: approx Twilight. HEX triplet: D5, BC and CB. RGB value is (213,188,203). Sum of RGB (Red+Green+Blue) = 213+188+203=604 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.26% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BCCB is #2A4334. Grayscale: #C5C5C5. Windows color (decimal): -2769717 or 13352149. OLE color: 13352149.

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

Color convert

RGB213188203-
CMYK00.120.050.16
HSL324º22.94%78.63%-
HSV(B)324º11.74%83.53%-
XYZ56.254.4264.04-
YUV197.18131.28139.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.26%
GREEN value IS 188 (73.83% from 255) = 31.13%
BLUE value IS 203 (79.69% from 255) = 33.61%
R=35.26%
G=31.13%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318820300.120.050.1632422.9478.63
HexD5BCCB0C510144174f
Octal32527431301452050427117
Binary1101010110111100110010110110010110000101000100101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BCCB; }

 p { color: rgb(213,188,203); }

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

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

 a { background-color: rgb(213,188,203); }

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

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

 span { border-color: rgb(213,188,203); }

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