#D1D1CB

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

Shades of Celeste #D1D1CB

Tints of Celeste #D1D1CB

Color information

#D1D1CB (or 0xD1D1CB) is unknown color: approx Celeste. HEX triplet: D1, D1 and CB. RGB value is (209,209,203). Sum of RGB (Red+Green+Blue) = 209+209+203=621 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.66% from 621); Green value is 209 (82.03% from 255 or 33.66% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 209 - color contains mainly: red, green. Hex color #D1D1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D1CB is #2E2E34. Grayscale: #D0D0D0. Windows color (decimal): -3026485 or 13357521. OLE color: 13357521.

HSL color Cylindrical-coordinate representation of color #D1D1CB: 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 #D1D1CB is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB209209203-
CMYK000.030.18
HSL60º6.12%80.78%-
HSV(B)60º2.87%81.96%-
XYZ59.8763.4765.59-
YUV208.32125128.49-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.66%
GREEN value IS 209 (82.03% from 255) = 33.66%
BLUE value IS 203 (79.69% from 255) = 32.69%
R=33.66%
G=33.66%
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
Decimal209209203000.030.18606.1280.78
HexD1D1CB003123c651
Octal32132131300322746121
Binary1101000111010001110010110011100101111001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D1CB; }

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

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

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

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

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

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

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

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