Shades of Surf Crest #CED2CD
Tints of Surf Crest #CED2CD
RGB
CMYK
RGB Variations
Color information
#CED2CD (or 0xCED2CD) is known color: Surf Crest. HEX triplet: CE, D2 and CD. RGB value is (206,210,205). Sum of RGB (Red+Green+Blue) = 206+210+205=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 210 (82.42% from 255 or 33.82% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 210 - color contains mainly: green. Hex color #CED2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED2CD is #312D32. Grayscale: #D0D0D0. Windows color (decimal): -3222835 or 13488846. OLE color: 13488846.
HSL color Cylindrical-coordinate representation of color #CED2CD: hue angle of 108º degrees, saturation: 0.05, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CED2CD is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
RGB | 206 | 210 | 205 | - |
CMYK | 0.02 | 0 | 0.02 | 0.18 |
HSL | 108º | 0.05% | 0.81% | - |
HSV(B) | 108º | 0.02% | 0.82% | - |
XYZ | 59.52 | 63.62 | 66.9 | - |
YUV | 208.23 | 126.17 | 126.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 210 | 205 | 0.02 | 0 | 0.02 | 0.18 | 108 | 0.05 | 0.81 |
Hex | CE | D2 | CD | 2 | 0 | 2 | 12 | 6C | 5 | 51 |
Octal | 316 | 322 | 315 | 2 | 0 | 2 | 22 | 154 | 5 | 121 |
Binary | 11001110 | 11010010 | 11001101 | 10 | 0 | 10 | 10010 | 1101100 | 101 | 1010001 |
Color Harmonies of #CED2CD
Complementary color
Monochromatic Colors of #CED2CD
Black with #CED2CD
Text Example
Text Example
White with #CED2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED2CD; }
p { color: rgb(206,210,205); }
H1.HeaderClassName
{
color: #CED2CD;
}
.AnyTagClassName
{
color: #CED2CD;
}
</style>
background-color css
<style>
a { background-color: #CED2CD; }
a { background-color: rgb(206,210,205); }
div.DivClassName
{
background-color: #CED2CD;
}
.BgClassName
{
background-color: #CED2CD;
}
</style>
border-color css
<style>
span { border-color: #CED2CD; }
span { border-color: rgb(206,210,205); }
td.TdClassName
{
border-color: #CED2CD;
}
.TagClassName
{
border-color: #CED2CD;
}
</style>