#D0D1BE

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

Shades of Celeste #D0D1BE

Tints of Celeste #D0D1BE

Color information

#D0D1BE (or 0xD0D1BE) is unknown color: approx Celeste. HEX triplet: D0, D1 and BE. RGB value is (208,209,190). Sum of RGB (Red+Green+Blue) = 208+209+190=607 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.27% from 607); Green value is 209 (82.03% from 255 or 34.43% from 607); Blue value is 190 (74.61% from 255 or 31.30% from 607); Max value from RGB is 209 - color contains mainly: green. Hex color #D0D1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D1BE is #2F2E41. Grayscale: #CECECE. Windows color (decimal): -3092034 or 12505552. OLE color: 12505552.

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

Color convert

RGB208209190-
CMYK0.0000.090.18
HSL63.16º17.12%78.24%-
HSV(B)63.16º9.09%81.96%-
XYZ58.1162.7357.76-
YUV206.54118.67129.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.27%
GREEN value IS 209 (82.03% from 255) = 34.43%
BLUE value IS 190 (74.61% from 255) = 31.30%
R=34.27%
G=34.43%
B=31.30%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082091900.0000.090.1863.1617.1278.24
HexD0D1BE009123f114e
Octal3203212760011227721116
Binary11010000110100011011111000100110010111111100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D1BE; }

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

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

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

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

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

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

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

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