Shades of Geyser #CED5D3
Tints of Geyser #CED5D3
RGB
CMYK
RGB Variations
Color information
#CED5D3 (or 0xCED5D3) is known color: Geyser. HEX triplet: CE, D5 and D3. RGB value is (206,213,211). Sum of RGB (Red+Green+Blue) = 206+213+211=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 213 (83.59% from 255 or 33.81% from 630); Blue value is 211 (82.81% from 255 or 33.49% from 630); Max value from RGB is 213 - color contains mainly: green. Hex color #CED5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED5D3 is #312A2C. Grayscale: #D2D2D2. Windows color (decimal): -3222061 or 13882830. OLE color: 13882830.
HSL color Cylindrical-coordinate representation of color #CED5D3: hue angle of 162.86º degrees, saturation: 0.08, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CED5D3 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
RGB | 206 | 213 | 211 | - |
CMYK | 0.03 | 0 | 0.01 | 0.16 |
HSL | 162.86º | 0.08% | 0.82% | - |
HSV(B) | 162.86º | 0.03% | 0.84% | - |
XYZ | 61.01 | 65.41 | 71.04 | - |
YUV | 210.68 | 128.18 | 124.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 213 | 211 | 0.03 | 0 | 0.01 | 0.16 | 162.86 | 0.08 | 0.82 |
Hex | CE | D5 | D3 | 3 | 0 | 1 | 10 | A3 | 8 | 52 |
Octal | 316 | 325 | 323 | 3 | 0 | 1 | 20 | 243 | 10 | 122 |
Binary | 11001110 | 11010101 | 11010011 | 11 | 0 | 1 | 10000 | 10100011 | 1000 | 1010010 |
Color Harmonies of #CED5D3
Complementary color
Monochromatic Colors of #CED5D3
Black with #CED5D3
Text Example
Text Example
White with #CED5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED5D3; }
p { color: rgb(206,213,211); }
H1.HeaderClassName
{
color: #CED5D3;
}
.AnyTagClassName
{
color: #CED5D3;
}
</style>
background-color css
<style>
a { background-color: #CED5D3; }
a { background-color: rgb(206,213,211); }
div.DivClassName
{
background-color: #CED5D3;
}
.BgClassName
{
background-color: #CED5D3;
}
</style>
border-color css
<style>
span { border-color: #CED5D3; }
span { border-color: rgb(206,213,211); }
td.TdClassName
{
border-color: #CED5D3;
}
.TagClassName
{
border-color: #CED5D3;
}
</style>