#D5BFCE

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

Shades of Twilight #D5BFCE

Tints of Twilight #D5BFCE

Color information

#D5BFCE (or 0xD5BFCE) is unknown color: approx Twilight. HEX triplet: D5, BF and CE. RGB value is (213,191,206). Sum of RGB (Red+Green+Blue) = 213+191+206=610 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.92% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BFCE is #2A4031. Grayscale: #C7C7C7. Windows color (decimal): -2768946 or 13549525. OLE color: 13549525.

HSL color Cylindrical-coordinate representation of color #D5BFCE: hue angle of 319.09º 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 #D5BFCE is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB213191206-
CMYK00.100.030.16
HSL319.09º20.75%79.22%-
HSV(B)319.09º10.33%83.53%-
XYZ57.2155.8666.16-
YUV199.29131.79137.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.92%
GREEN value IS 191 (75% from 255) = 31.31%
BLUE value IS 206 (80.86% from 255) = 33.77%
R=34.92%
G=31.31%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319120600.100.030.16319.0920.7579.22
HexD5BFCE0A31013f154f
Octal32527731601232047725117
Binary110101011011111111001110010101110000100111111101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BFCE; }

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

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

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

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

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

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

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

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