Shades of Celeste #D2D3C1
Tints of Celeste #D2D3C1
RGB
CMYK
RGB Variations
Color information
#D2D3C1 (or 0xD2D3C1) is known color: Celeste. HEX triplet: D2, D3 and C1. RGB value is (210,211,193). Sum of RGB (Red+Green+Blue) = 210+211+193=614 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.20% from 614); Green value is 211 (82.81% from 255 or 34.36% from 614); Blue value is 193 (75.78% from 255 or 31.43% from 614); Max value from RGB is 211 - color contains mainly: green. Hex color #D2D3C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D3C1 is #2D2C3E. Grayscale: #D0D0D0. Windows color (decimal): -2960447 or 12702674. OLE color: 12702674.
HSL color Cylindrical-coordinate representation of color #D2D3C1: hue angle of 63.33º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2D3C1 is Cyan = 0.00, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 211 | 193 | - |
| CMYK | 0.00 | 0 | 0.09 | 0.17 |
| HSL | 63.33º | 0.17% | 0.79% | - |
| HSV(B) | 63.33º | 0.09% | 0.83% | - |
| XYZ | 59.5 | 64.14 | 59.7 | - |
| YUV | 208.65 | 119.17 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 211 | 193 | 0.00 | 0 | 0.09 | 0.17 | 63.33 | 0.17 | 0.79 |
| Hex | D2 | D3 | C1 | 0 | 0 | 9 | 11 | 3F | 11 | 4F |
| Octal | 322 | 323 | 301 | 0 | 0 | 11 | 21 | 77 | 21 | 117 |
| Binary | 11010010 | 11010011 | 11000001 | 0 | 0 | 1001 | 10001 | 111111 | 10001 | 1001111 |
Color Harmonies of #D2D3C1
Complementary color
Monochromatic Colors of #D2D3C1
Black with #D2D3C1
Text Example
Text Example
White with #D2D3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D3C1; }
p { color: rgb(210,211,193); }
H1.HeaderClassName
{
color: #D2D3C1;
}
.AnyTagClassName
{
color: #D2D3C1;
}
</style>
background-color css
<style>
a { background-color: #D2D3C1; }
a { background-color: rgb(210,211,193); }
div.DivClassName
{
background-color: #D2D3C1;
}
.BgClassName
{
background-color: #D2D3C1;
}
</style>
border-color css
<style>
span { border-color: #D2D3C1; }
span { border-color: rgb(210,211,193); }
td.TdClassName
{
border-color: #D2D3C1;
}
.TagClassName
{
border-color: #D2D3C1;
}
</style>