#D0D0CC

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

Shades of Celeste #D0D0CC

Tints of Celeste #D0D0CC

Color information

#D0D0CC (or 0xD0D0CC) is unknown color: approx Celeste. HEX triplet: D0, D0 and CC. RGB value is (208,208,204). Sum of RGB (Red+Green+Blue) = 208+208+204=620 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.55% from 620); Green value is 208 (81.64% from 255 or 33.55% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 208 - color contains mainly: red, green. Hex color #D0D0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D0CC is #2F2F33. Grayscale: #CFCFCF. Windows color (decimal): -3092276 or 13422800. OLE color: 13422800.

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

Color convert

RGB208208204-
CMYK000.020.18
HSL60º4.08%80.78%-
HSV(B)60º1.92%81.57%-
XYZ59.4762.8866.13-
YUV207.54126128.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.55%
GREEN value IS 208 (81.64% from 255) = 33.55%
BLUE value IS 204 (80.08% from 255) = 32.90%
R=33.55%
G=33.55%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208208204000.020.18604.0880.78
HexD0D0CC002123c451
Octal32032031400222744121
Binary1101000011010000110011000010100101111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D0CC; }

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

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

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

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

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

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

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

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