#D2D2CC

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

Shades of Celeste #D2D2CC

Tints of Celeste #D2D2CC

Color information

#D2D2CC (or 0xD2D2CC) is unknown color: approx Celeste. HEX triplet: D2, D2 and CC. RGB value is (210,210,204). Sum of RGB (Red+Green+Blue) = 210+210+204=624 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.65% from 624); Green value is 210 (82.42% from 255 or 33.65% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 210 - color contains mainly: red, green. Hex color #D2D2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D2CC is #2D2D33. Grayscale: #D1D1D1. Windows color (decimal): -2960692 or 13423314. OLE color: 13423314.

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

Color convert

RGB210210204-
CMYK000.030.18
HSL60º6.25%81.18%-
HSV(B)60º2.86%82.35%-
XYZ60.5264.1566.32-
YUV209.32125128.49-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.65%
GREEN value IS 210 (82.42% from 255) = 33.65%
BLUE value IS 204 (80.08% from 255) = 32.69%
R=33.65%
G=33.65%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210210204000.030.18606.2581.18
HexD2D2CC003123c651
Octal32232231400322746121
Binary1101001011010010110011000011100101111001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D2CC; }

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

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

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

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

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

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

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

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