Shades of Surf Crest #CED5CD
Tints of Surf Crest #CED5CD
RGB
CMYK
RGB Variations
Color information
#CED5CD (or 0xCED5CD) is known color: Surf Crest. HEX triplet: CE, D5 and CD. RGB value is (206,213,205). Sum of RGB (Red+Green+Blue) = 206+213+205=624 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.01% from 624); Green value is 213 (83.59% from 255 or 34.13% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 213 - color contains mainly: green. Hex color #CED5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED5CD is #312A32. Grayscale: #D2D2D2. Windows color (decimal): -3222067 or 13489614. OLE color: 13489614.
HSL color Cylindrical-coordinate representation of color #CED5CD: hue angle of 112.5º degrees, saturation: 0.09, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CED5CD is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
RGB | 206 | 213 | 205 | - |
CMYK | 0.03 | 0 | 0.04 | 0.16 |
HSL | 112.5º | 0.09% | 0.82% | - |
HSV(B) | 112.5º | 0.04% | 0.84% | - |
XYZ | 60.27 | 65.12 | 67.15 | - |
YUV | 210 | 125.18 | 125.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 213 | 205 | 0.03 | 0 | 0.04 | 0.16 | 112.5 | 0.09 | 0.82 |
Hex | CE | D5 | CD | 3 | 0 | 4 | 10 | 70 | 9 | 52 |
Octal | 316 | 325 | 315 | 3 | 0 | 4 | 20 | 160 | 11 | 122 |
Binary | 11001110 | 11010101 | 11001101 | 11 | 0 | 100 | 10000 | 1110000 | 1001 | 1010010 |
Color Harmonies of #CED5CD
Complementary color
Monochromatic Colors of #CED5CD
Black with #CED5CD
Text Example
Text Example
White with #CED5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED5CD; }
p { color: rgb(206,213,205); }
H1.HeaderClassName
{
color: #CED5CD;
}
.AnyTagClassName
{
color: #CED5CD;
}
</style>
background-color css
<style>
a { background-color: #CED5CD; }
a { background-color: rgb(206,213,205); }
div.DivClassName
{
background-color: #CED5CD;
}
.BgClassName
{
background-color: #CED5CD;
}
</style>
border-color css
<style>
span { border-color: #CED5CD; }
span { border-color: rgb(206,213,205); }
td.TdClassName
{
border-color: #CED5CD;
}
.TagClassName
{
border-color: #CED5CD;
}
</style>