Shades of Celeste #D3D5BC
Tints of Celeste #D3D5BC
RGB
CMYK
RGB Variations
Color information
#D3D5BC (or 0xD3D5BC) is known color: Celeste. HEX triplet: D3, D5 and BC. RGB value is (211,213,188). Sum of RGB (Red+Green+Blue) = 211+213+188=612 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.48% from 612); Green value is 213 (83.59% from 255 or 34.80% from 612); Blue value is 188 (73.83% from 255 or 30.72% from 612); Max value from RGB is 213 - color contains mainly: green. Hex color #D3D5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D5BC is #2C2A43. Grayscale: #D1D1D1. Windows color (decimal): -2894404 or 12375507. OLE color: 12375507.
HSL color Cylindrical-coordinate representation of color #D3D5BC: hue angle of 64.8º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3D5BC is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 213 | 188 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.16 |
| HSL | 64.8º | 0.23% | 0.79% | - |
| HSV(B) | 64.8º | 0.12% | 0.84% | - |
| XYZ | 59.74 | 65.07 | 56.99 | - |
| YUV | 209.55 | 115.84 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 213 | 188 | 0.01 | 0 | 0.12 | 0.16 | 64.8 | 0.23 | 0.79 |
| Hex | D3 | D5 | BC | 1 | 0 | C | 10 | 41 | 17 | 4F |
| Octal | 323 | 325 | 274 | 1 | 0 | 14 | 20 | 101 | 27 | 117 |
| Binary | 11010011 | 11010101 | 10111100 | 1 | 0 | 1100 | 10000 | 1000001 | 10111 | 1001111 |
Color Harmonies of #D3D5BC
Complementary color
Monochromatic Colors of #D3D5BC
Black with #D3D5BC
Text Example
Text Example
White with #D3D5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D5BC; }
p { color: rgb(211,213,188); }
H1.HeaderClassName
{
color: #D3D5BC;
}
.AnyTagClassName
{
color: #D3D5BC;
}
</style>
background-color css
<style>
a { background-color: #D3D5BC; }
a { background-color: rgb(211,213,188); }
div.DivClassName
{
background-color: #D3D5BC;
}
.BgClassName
{
background-color: #D3D5BC;
}
</style>
border-color css
<style>
span { border-color: #D3D5BC; }
span { border-color: rgb(211,213,188); }
td.TdClassName
{
border-color: #D3D5BC;
}
.TagClassName
{
border-color: #D3D5BC;
}
</style>