Shades of Geyser #CED2D1
Tints of Geyser #CED2D1
RGB
CMYK
RGB Variations
Color information
#CED2D1 (or 0xCED2D1) is known color: Geyser. HEX triplet: CE, D2 and D1. RGB value is (206,210,209). Sum of RGB (Red+Green+Blue) = 206+210+209=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 210 (82.42% from 255 or 33.6% from 625); Blue value is 209 (82.03% from 255 or 33.44% from 625); Max value from RGB is 210 - color contains mainly: green. Hex color #CED2D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED2D1 is #312D2E. Grayscale: #D0D0D0. Windows color (decimal): -3222831 or 13750990. OLE color: 13750990.
HSL color Cylindrical-coordinate representation of color #CED2D1: hue angle of 165º degrees, saturation: 0.04, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CED2D1 is Cyan = 0.02, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 209 | - |
| CMYK | 0.02 | 0 | 0.00 | 0.18 |
| HSL | 165º | 0.04% | 0.82% | - |
| HSV(B) | 165º | 0.02% | 0.82% | - |
| XYZ | 60.01 | 63.82 | 69.48 | - |
| YUV | 208.69 | 128.17 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 209 | 0.02 | 0 | 0.00 | 0.18 | 165 | 0.04 | 0.82 |
| Hex | CE | D2 | D1 | 2 | 0 | 0 | 12 | A5 | 4 | 52 |
| Octal | 316 | 322 | 321 | 2 | 0 | 0 | 22 | 245 | 4 | 122 |
| Binary | 11001110 | 11010010 | 11010001 | 10 | 0 | 0 | 10010 | 10100101 | 100 | 1010010 |
Color Harmonies of #CED2D1
Complementary color
Monochromatic Colors of #CED2D1
Black with #CED2D1
Text Example
Text Example
White with #CED2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED2D1; }
p { color: rgb(206,210,209); }
H1.HeaderClassName
{
color: #CED2D1;
}
.AnyTagClassName
{
color: #CED2D1;
}
</style>
background-color css
<style>
a { background-color: #CED2D1; }
a { background-color: rgb(206,210,209); }
div.DivClassName
{
background-color: #CED2D1;
}
.BgClassName
{
background-color: #CED2D1;
}
</style>
border-color css
<style>
span { border-color: #CED2D1; }
span { border-color: rgb(206,210,209); }
td.TdClassName
{
border-color: #CED2D1;
}
.TagClassName
{
border-color: #CED2D1;
}
</style>