#D3BFC9

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

Shades of Twilight #D3BFC9

Tints of Twilight #D3BFC9

Color information

#D3BFC9 (or 0xD3BFC9) is unknown color: approx Twilight. HEX triplet: D3, BF and C9. RGB value is (211,191,201). Sum of RGB (Red+Green+Blue) = 211+191+201=603 (79% of max value = 765). Red value is 211 (82.81% from 255 or 34.99% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 201 (78.91% from 255 or 33.33% from 603); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BFC9 is #2C4036. Grayscale: #C6C6C6. Windows color (decimal): -2900023 or 13221843. OLE color: 13221843.

HSL color Cylindrical-coordinate representation of color #D3BFC9: hue angle of 330º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D3BFC9 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB211191201-
CMYK00.090.050.17
HSL330º18.52%78.82%-
HSV(B)330º9.48%82.75%-
XYZ56.0455.3362.98-
YUV198.12129.63137.19-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.99%
GREEN value IS 191 (75% from 255) = 31.67%
BLUE value IS 201 (78.91% from 255) = 33.33%
R=34.99%
G=31.67%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21119120100.090.050.1733018.5278.82
HexD3BFC90951114a134f
Octal32327731101152151223117
Binary1101001110111111110010010100110110001101001010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BFC9; }

 p { color: rgb(211,191,201); }

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

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

 a { background-color: rgb(211,191,201); }

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

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

 span { border-color: rgb(211,191,201); }

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