#D1D1CC

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

Shades of Celeste #D1D1CC

Tints of Celeste #D1D1CC

Color information

#D1D1CC (or 0xD1D1CC) is unknown color: approx Celeste. HEX triplet: D1, D1 and CC. RGB value is (209,209,204). Sum of RGB (Red+Green+Blue) = 209+209+204=622 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.60% from 622); Green value is 209 (82.03% from 255 or 33.60% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 209 - color contains mainly: red, green. Hex color #D1D1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D1CC is #2E2E33. Grayscale: #D0D0D0. Windows color (decimal): -3026484 or 13423057. OLE color: 13423057.

HSL color Cylindrical-coordinate representation of color #D1D1CC: hue angle of 60º degrees, saturation: 0.05, 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 #D1D1CC is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB209209204-
CMYK000.020.18
HSL60º5.15%80.98%-
HSV(B)60º2.39%81.96%-
XYZ59.9963.5266.22-
YUV208.43125.5128.41-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.60%
GREEN value IS 209 (82.03% from 255) = 33.60%
BLUE value IS 204 (80.08% from 255) = 32.80%
R=33.60%
G=33.60%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209209204000.020.18605.1580.98
HexD1D1CC002123c551
Octal32132131400222745121
Binary1101000111010001110011000010100101111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D1CC; }

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

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

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

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

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

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

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

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