#D1D1BA

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

Shades of Celeste #D1D1BA

Tints of Celeste #D1D1BA

Color information

#D1D1BA (or 0xD1D1BA) is unknown color: approx Celeste. HEX triplet: D1, D1 and BA. RGB value is (209,209,186). Sum of RGB (Red+Green+Blue) = 209+209+186=604 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.60% from 604); Green value is 209 (82.03% from 255 or 34.60% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 209 - color contains mainly: red, green. Hex color #D1D1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D1BA is #2E2E45. Grayscale: #CECECE. Windows color (decimal): -3026502 or 12243409. OLE color: 12243409.

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

Color convert

RGB209209186-
CMYK000.110.18
HSL60º20%77.45%-
HSV(B)60º11%81.96%-
XYZ57.9662.755.5-
YUV206.38116.5129.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.60%
GREEN value IS 209 (82.03% from 255) = 34.60%
BLUE value IS 186 (73.05% from 255) = 30.79%
R=34.60%
G=34.60%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209209186000.110.18602077.45
HexD1D1BA00B123c144d
Octal3213212720013227424115
Binary11010001110100011011101000101110010111100101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D1BA; }

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

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

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

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

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

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

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

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