Shades of Celeste #D5D3C0
Tints of Celeste #D5D3C0
RGB
CMYK
RGB Variations
Color information
#D5D3C0 (or 0xD5D3C0) is known color: Celeste. HEX triplet: D5, D3 and C0. RGB value is (213,211,192). Sum of RGB (Red+Green+Blue) = 213+211+192=616 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.58% from 616); Green value is 211 (82.81% from 255 or 34.25% from 616); Blue value is 192 (75.39% from 255 or 31.17% from 616); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D3C0 is #2A2C3F. Grayscale: #D1D1D1. Windows color (decimal): -2763840 or 12637141. OLE color: 12637141.
HSL color Cylindrical-coordinate representation of color #D5D3C0: hue angle of 54.29º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5D3C0 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 211 | 192 | - |
CMYK | 0 | 0.01 | 0.10 | 0.16 |
HSL | 54.29º | 0.2% | 0.79% | - |
HSV(B) | 54.29º | 0.1% | 0.84% | - |
XYZ | 60.25 | 64.54 | 59.15 | - |
YUV | 209.43 | 118.16 | 130.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 211 | 192 | 0 | 0.01 | 0.10 | 0.16 | 54.29 | 0.2 | 0.79 |
Hex | D5 | D3 | C0 | 0 | 1 | A | 10 | 36 | 14 | 4F |
Octal | 325 | 323 | 300 | 0 | 1 | 12 | 20 | 66 | 24 | 117 |
Binary | 11010101 | 11010011 | 11000000 | 0 | 1 | 1010 | 10000 | 110110 | 10100 | 1001111 |
Color Harmonies of #D5D3C0
Complementary color
Monochromatic Colors of #D5D3C0
Black with #D5D3C0
Text Example
Text Example
White with #D5D3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D3C0; }
p { color: rgb(213,211,192); }
H1.HeaderClassName
{
color: #D5D3C0;
}
.AnyTagClassName
{
color: #D5D3C0;
}
</style>
background-color css
<style>
a { background-color: #D5D3C0; }
a { background-color: rgb(213,211,192); }
div.DivClassName
{
background-color: #D5D3C0;
}
.BgClassName
{
background-color: #D5D3C0;
}
</style>
border-color css
<style>
span { border-color: #D5D3C0; }
span { border-color: rgb(213,211,192); }
td.TdClassName
{
border-color: #D5D3C0;
}
.TagClassName
{
border-color: #D5D3C0;
}
</style>