#D9BFCE

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

Shades of Twilight #D9BFCE

Tints of Twilight #D9BFCE

Color information

#D9BFCE (or 0xD9BFCE) is unknown color: approx Twilight. HEX triplet: D9, BF and CE. RGB value is (217,191,206). Sum of RGB (Red+Green+Blue) = 217+191+206=614 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.34% from 614); Green value is 191 (75% from 255 or 31.11% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BFCE is #264031. Grayscale: #C8C8C8. Windows color (decimal): -2506802 or 13549529. OLE color: 13549529.

HSL color Cylindrical-coordinate representation of color #D9BFCE: hue angle of 325.38º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9BFCE is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB217191206-
CMYK00.120.050.15
HSL325.38º25.49%80%-
HSV(B)325.38º11.98%85.1%-
XYZ58.3956.4766.21-
YUV200.48131.11139.78-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.34%
GREEN value IS 191 (75% from 255) = 31.11%
BLUE value IS 206 (80.86% from 255) = 33.55%
R=35.34%
G=31.11%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719120600.120.050.15325.3825.4980
HexD9BFCE0C5F1451950
Octal33127731601451750531120
Binary110110011011111111001110011001011111101000101110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BFCE; }

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

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

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

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

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

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

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

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