Shades of Celeste #D1D2C4
Tints of Celeste #D1D2C4
RGB
CMYK
RGB Variations
Color information
#D1D2C4 (or 0xD1D2C4) is known color: Celeste. HEX triplet: D1, D2 and C4. RGB value is (209,210,196). Sum of RGB (Red+Green+Blue) = 209+210+196=615 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.98% from 615); Green value is 210 (82.42% from 255 or 34.15% from 615); Blue value is 196 (76.95% from 255 or 31.87% from 615); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D2C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D2C4 is #2E2D3B. Grayscale: #D0D0D0. Windows color (decimal): -3026236 or 12899025. OLE color: 12899025.
HSL color Cylindrical-coordinate representation of color #D1D2C4: hue angle of 64.29º degrees, saturation: 0.13, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D1D2C4 is Cyan = 0.00, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 210 | 196 | - |
| CMYK | 0.00 | 0 | 0.07 | 0.18 |
| HSL | 64.29º | 0.13% | 0.8% | - |
| HSV(B) | 64.29º | 0.07% | 0.82% | - |
| XYZ | 59.3 | 63.63 | 61.38 | - |
| YUV | 208.11 | 121.17 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 210 | 196 | 0.00 | 0 | 0.07 | 0.18 | 64.29 | 0.13 | 0.8 |
| Hex | D1 | D2 | C4 | 0 | 0 | 7 | 12 | 40 | D | 50 |
| Octal | 321 | 322 | 304 | 0 | 0 | 7 | 22 | 100 | 15 | 120 |
| Binary | 11010001 | 11010010 | 11000100 | 0 | 0 | 111 | 10010 | 1000000 | 1101 | 1010000 |
Color Harmonies of #D1D2C4
Complementary color
Monochromatic Colors of #D1D2C4
Black with #D1D2C4
Text Example
Text Example
White with #D1D2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D2C4; }
p { color: rgb(209,210,196); }
H1.HeaderClassName
{
color: #D1D2C4;
}
.AnyTagClassName
{
color: #D1D2C4;
}
</style>
background-color css
<style>
a { background-color: #D1D2C4; }
a { background-color: rgb(209,210,196); }
div.DivClassName
{
background-color: #D1D2C4;
}
.BgClassName
{
background-color: #D1D2C4;
}
</style>
border-color css
<style>
span { border-color: #D1D2C4; }
span { border-color: rgb(209,210,196); }
td.TdClassName
{
border-color: #D1D2C4;
}
.TagClassName
{
border-color: #D1D2C4;
}
</style>