#D0D0CE

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

Shades of Celeste #D0D0CE

Tints of Celeste #D0D0CE

Color information

#D0D0CE (or 0xD0D0CE) is unknown color: approx Celeste. HEX triplet: D0, D0 and CE. RGB value is (208,208,206). Sum of RGB (Red+Green+Blue) = 208+208+206=622 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.44% from 622); Green value is 208 (81.64% from 255 or 33.44% from 622); Blue value is 206 (80.86% from 255 or 33.12% from 622); Max value from RGB is 208 - color contains mainly: red, green. Hex color #D0D0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D0CE is #2F2F31. Grayscale: #CFCFCF. Windows color (decimal): -3092274 or 13553872. OLE color: 13553872.

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

Color convert

RGB208208206-
CMYK000.010.18
HSL60º2.08%81.18%-
HSV(B)60º0.96%81.57%-
XYZ59.7162.9867.4-
YUV207.77127128.16-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.44%
GREEN value IS 208 (81.64% from 255) = 33.44%
BLUE value IS 206 (80.86% from 255) = 33.12%
R=33.44%
G=33.44%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208208206000.010.18602.0881.18
HexD0D0CE001123c251
Octal32032031600122742121
Binary11010000110100001100111000110010111100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D0CE; }

 p { color: rgb(208,208,206); }

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

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

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

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

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

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

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