#D0D1BB

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

Shades of Celeste #D0D1BB

Tints of Celeste #D0D1BB

Color information

#D0D1BB (or 0xD0D1BB) is unknown color: approx Celeste. HEX triplet: D0, D1 and BB. RGB value is (208,209,187). Sum of RGB (Red+Green+Blue) = 208+209+187=604 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.44% from 604); Green value is 209 (82.03% from 255 or 34.60% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 209 - color contains mainly: green. Hex color #D0D1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D1BB is #2F2E44. Grayscale: #CECECE. Windows color (decimal): -3092037 or 12308944. OLE color: 12308944.

HSL color Cylindrical-coordinate representation of color #D0D1BB: hue angle of 62.73º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0D1BB is Cyan = 0.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB208209187-
CMYK0.0000.110.18
HSL62.73º19.3%77.65%-
HSV(B)62.73º10.53%81.96%-
XYZ57.7862.656.05-
YUV206.19117.17129.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.44%
GREEN value IS 209 (82.03% from 255) = 34.60%
BLUE value IS 187 (73.44% from 255) = 30.96%
R=34.44%
G=34.60%
B=30.96%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082091870.0000.110.1862.7319.377.65
HexD0D1BB00B123f134e
Octal3203212730013227723116
Binary11010000110100011011101100101110010111111100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D1BB; }

 p { color: rgb(208,209,187); }

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

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

 a { background-color: rgb(208,209,187); }

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

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

 span { border-color: rgb(208,209,187); }

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