#D5BFCD

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

Shades of Twilight #D5BFCD

Tints of Twilight #D5BFCD

Color information

#D5BFCD (or 0xD5BFCD) is unknown color: approx Twilight. HEX triplet: D5, BF and CD. RGB value is (213,191,205). Sum of RGB (Red+Green+Blue) = 213+191+205=609 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.98% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BFCD is #2A4032. Grayscale: #C7C7C7. Windows color (decimal): -2768947 or 13483989. OLE color: 13483989.

HSL color Cylindrical-coordinate representation of color #D5BFCD: hue angle of 321.82º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5BFCD is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB213191205-
CMYK00.100.040.16
HSL321.82º20.75%79.22%-
HSV(B)321.82º10.33%83.53%-
XYZ57.0955.8265.52-
YUV199.17131.29137.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.98%
GREEN value IS 191 (75% from 255) = 31.36%
BLUE value IS 205 (80.47% from 255) = 33.66%
R=34.98%
G=31.36%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319120500.100.040.16321.8220.7579.22
HexD5BFCD0A410142154f
Octal32527731501242050225117
Binary1101010110111111110011010101010010000101000010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BFCD; }

 p { color: rgb(213,191,205); }

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

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

 a { background-color: rgb(213,191,205); }

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

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

 span { border-color: rgb(213,191,205); }

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