Shades of Celeste #D3D3BD
Tints of Celeste #D3D3BD
RGB
CMYK
RGB Variations
Color information
#D3D3BD (or 0xD3D3BD) is known color: Celeste. HEX triplet: D3, D3 and BD. RGB value is (211,211,189). Sum of RGB (Red+Green+Blue) = 211+211+189=611 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.53% from 611); Green value is 211 (82.81% from 255 or 34.53% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 211 - color contains mainly: red, green. Hex color #D3D3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D3BD is #2C2C42. Grayscale: #D0D0D0. Windows color (decimal): -2894915 or 12440531. OLE color: 12440531.
HSL color Cylindrical-coordinate representation of color #D3D3BD: hue angle of 60º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3D3BD is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 211 | 189 | - |
| CMYK | 0 | 0 | 0.10 | 0.17 |
| HSL | 60º | 0.2% | 0.78% | - |
| HSV(B) | 60º | 0.1% | 0.83% | - |
| XYZ | 59.34 | 64.11 | 57.39 | - |
| YUV | 208.49 | 117 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 211 | 189 | 0 | 0 | 0.10 | 0.17 | 60 | 0.2 | 0.78 |
| Hex | D3 | D3 | BD | 0 | 0 | A | 11 | 3C | 14 | 4E |
| Octal | 323 | 323 | 275 | 0 | 0 | 12 | 21 | 74 | 24 | 116 |
| Binary | 11010011 | 11010011 | 10111101 | 0 | 0 | 1010 | 10001 | 111100 | 10100 | 1001110 |
Color Harmonies of #D3D3BD
Complementary color
Monochromatic Colors of #D3D3BD
Black with #D3D3BD
Text Example
Text Example
White with #D3D3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D3BD; }
p { color: rgb(211,211,189); }
H1.HeaderClassName
{
color: #D3D3BD;
}
.AnyTagClassName
{
color: #D3D3BD;
}
</style>
background-color css
<style>
a { background-color: #D3D3BD; }
a { background-color: rgb(211,211,189); }
div.DivClassName
{
background-color: #D3D3BD;
}
.BgClassName
{
background-color: #D3D3BD;
}
</style>
border-color css
<style>
span { border-color: #D3D3BD; }
span { border-color: rgb(211,211,189); }
td.TdClassName
{
border-color: #D3D3BD;
}
.TagClassName
{
border-color: #D3D3BD;
}
</style>