Shades of Geyser #CED5D4
Tints of Geyser #CED5D4
RGB
CMYK
RGB Variations
Color information
#CED5D4 (or 0xCED5D4) is known color: Geyser. HEX triplet: CE, D5 and D4. RGB value is (206,213,212). Sum of RGB (Red+Green+Blue) = 206+213+212=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 213 (83.59% from 255 or 33.76% from 631); Blue value is 212 (83.20% from 255 or 33.60% from 631); Max value from RGB is 213 - color contains mainly: green. Hex color #CED5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED5D4 is #312A2B. Grayscale: #D2D2D2. Windows color (decimal): -3222060 or 13948366. OLE color: 13948366.
HSL color Cylindrical-coordinate representation of color #CED5D4: hue angle of 171.43º 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 #CED5D4 is Cyan = 0.03, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
RGB | 206 | 213 | 212 | - |
CMYK | 0.03 | 0 | 0.00 | 0.16 |
HSL | 171.43º | 0.08% | 0.82% | - |
HSV(B) | 171.43º | 0.03% | 0.84% | - |
XYZ | 61.13 | 65.46 | 71.7 | - |
YUV | 210.79 | 128.68 | 124.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 213 | 212 | 0.03 | 0 | 0.00 | 0.16 | 171.43 | 0.08 | 0.82 |
Hex | CE | D5 | D4 | 3 | 0 | 0 | 10 | AB | 8 | 52 |
Octal | 316 | 325 | 324 | 3 | 0 | 0 | 20 | 253 | 10 | 122 |
Binary | 11001110 | 11010101 | 11010100 | 11 | 0 | 0 | 10000 | 10101011 | 1000 | 1010010 |
Color Harmonies of #CED5D4
Complementary color
Monochromatic Colors of #CED5D4
Black with #CED5D4
Text Example
Text Example
White with #CED5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED5D4; }
p { color: rgb(206,213,212); }
H1.HeaderClassName
{
color: #CED5D4;
}
.AnyTagClassName
{
color: #CED5D4;
}
</style>
background-color css
<style>
a { background-color: #CED5D4; }
a { background-color: rgb(206,213,212); }
div.DivClassName
{
background-color: #CED5D4;
}
.BgClassName
{
background-color: #CED5D4;
}
</style>
border-color css
<style>
span { border-color: #CED5D4; }
span { border-color: rgb(206,213,212); }
td.TdClassName
{
border-color: #CED5D4;
}
.TagClassName
{
border-color: #CED5D4;
}
</style>