#D2BFCD

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

Shades of Twilight #D2BFCD

Tints of Twilight #D2BFCD

Color information

#D2BFCD (or 0xD2BFCD) is unknown color: approx Twilight. HEX triplet: D2, BF and CD. RGB value is (210,191,205). Sum of RGB (Red+Green+Blue) = 210+191+205=606 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.65% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BFCD is #2D4032. Grayscale: #C6C6C6. Windows color (decimal): -2965555 or 13483986. OLE color: 13483986.

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

Color convert

RGB210191205-
CMYK00.090.020.18
HSL315.79º17.43%78.63%-
HSV(B)315.79º9.05%82.35%-
XYZ56.2355.3765.48-
YUV198.28131.79136.36-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.65%
GREEN value IS 191 (75% from 255) = 31.52%
BLUE value IS 205 (80.47% from 255) = 33.83%
R=34.65%
G=31.52%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019120500.090.020.18315.7917.4378.63
HexD2BFCD0921213c114f
Octal32227731501122247421117
Binary110100101011111111001101010011010010100111100100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BFCD; }

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

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

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

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

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

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

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

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