#D0D2BF

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

Shades of Celeste #D0D2BF

Tints of Celeste #D0D2BF

Color information

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

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

Color convert

RGB208210191-
CMYK0.0100.090.18
HSL66.32º17.43%78.63%-
HSV(B)66.32º9.05%82.35%-
XYZ58.4663.2658.42-
YUV207.24118.84128.54-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082101910.0100.090.1866.3217.4378.63
HexD0D2BF1091242114f
Octal32032227710112210221117
Binary110100001101001010111111101001100101000010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D2BF; }

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

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

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

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

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

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

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

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