Shades of Celeste #D3D3BC
Tints of Celeste #D3D3BC
RGB
CMYK
RGB Variations
Color information
#D3D3BC (or 0xD3D3BC) is known color: Celeste. HEX triplet: D3, D3 and BC. RGB value is (211,211,188). Sum of RGB (Red+Green+Blue) = 211+211+188=610 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.59% from 610); Green value is 211 (82.81% from 255 or 34.59% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 211 - color contains mainly: red, green. Hex color #D3D3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D3BC is #2C2C43. Grayscale: #D0D0D0. Windows color (decimal): -2894916 or 12374995. OLE color: 12374995.
HSL color Cylindrical-coordinate representation of color #D3D3BC: hue angle of 60º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3D3BC is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 211 | 188 | - |
| CMYK | 0 | 0 | 0.11 | 0.17 |
| HSL | 60º | 0.21% | 0.78% | - |
| HSV(B) | 60º | 0.11% | 0.83% | - |
| XYZ | 59.24 | 64.07 | 56.82 | - |
| YUV | 208.38 | 116.5 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 211 | 188 | 0 | 0 | 0.11 | 0.17 | 60 | 0.21 | 0.78 |
| Hex | D3 | D3 | BC | 0 | 0 | B | 11 | 3C | 15 | 4E |
| Octal | 323 | 323 | 274 | 0 | 0 | 13 | 21 | 74 | 25 | 116 |
| Binary | 11010011 | 11010011 | 10111100 | 0 | 0 | 1011 | 10001 | 111100 | 10101 | 1001110 |
Color Harmonies of #D3D3BC
Complementary color
Monochromatic Colors of #D3D3BC
Black with #D3D3BC
Text Example
Text Example
White with #D3D3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D3BC; }
p { color: rgb(211,211,188); }
H1.HeaderClassName
{
color: #D3D3BC;
}
.AnyTagClassName
{
color: #D3D3BC;
}
</style>
background-color css
<style>
a { background-color: #D3D3BC; }
a { background-color: rgb(211,211,188); }
div.DivClassName
{
background-color: #D3D3BC;
}
.BgClassName
{
background-color: #D3D3BC;
}
</style>
border-color css
<style>
span { border-color: #D3D3BC; }
span { border-color: rgb(211,211,188); }
td.TdClassName
{
border-color: #D3D3BC;
}
.TagClassName
{
border-color: #D3D3BC;
}
</style>