#D2D0BF

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

Shades of Celeste #D2D0BF

Tints of Celeste #D2D0BF

Color information

#D2D0BF (or 0xD2D0BF) is unknown color: approx Celeste. HEX triplet: D2, D0 and BF. RGB value is (210,208,191). Sum of RGB (Red+Green+Blue) = 210+208+191=609 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.48% from 609); Green value is 208 (81.64% from 255 or 34.15% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D0BF is #2D2F40. Grayscale: #CECECE. Windows color (decimal): -2961217 or 12570834. OLE color: 12570834.

HSL color Cylindrical-coordinate representation of color #D2D0BF: hue angle of 53.68º 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 #D2D0BF is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB210208191-
CMYK00.010.090.18
HSL53.68º17.43%78.63%-
HSV(B)53.68º9.05%82.35%-
XYZ58.5462.5758.28-
YUV206.66119.16130.38-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.48%
GREEN value IS 208 (81.64% from 255) = 34.15%
BLUE value IS 191 (75% from 255) = 31.36%
R=34.48%
G=34.15%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020819100.010.090.1853.6817.4378.63
HexD2D0BF0191236114f
Octal3223202770111226621117
Binary11010010110100001011111101100110010110110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D0BF; }

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

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

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

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

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

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

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

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