Shades of Surf Crest #CED6CD
Tints of Surf Crest #CED6CD
RGB
CMYK
RGB Variations
Color information
#CED6CD (or 0xCED6CD) is known color: Surf Crest. HEX triplet: CE, D6 and CD. RGB value is (206,214,205). Sum of RGB (Red+Green+Blue) = 206+214+205=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 214 - color contains mainly: green. Hex color #CED6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED6CD is #312932. Grayscale: #D2D2D2. Windows color (decimal): -3221811 or 13489870. OLE color: 13489870.
HSL color Cylindrical-coordinate representation of color #CED6CD: hue angle of 113.33º degrees, saturation: 0.1, 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 #CED6CD is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
RGB | 206 | 214 | 205 | - |
CMYK | 0.04 | 0 | 0.04 | 0.16 |
HSL | 113.33º | 0.1% | 0.82% | - |
HSV(B) | 113.33º | 0.04% | 0.84% | - |
XYZ | 60.52 | 65.62 | 67.23 | - |
YUV | 210.58 | 124.85 | 124.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 214 | 205 | 0.04 | 0 | 0.04 | 0.16 | 113.33 | 0.1 | 0.82 |
Hex | CE | D6 | CD | 4 | 0 | 4 | 10 | 71 | A | 52 |
Octal | 316 | 326 | 315 | 4 | 0 | 4 | 20 | 161 | 12 | 122 |
Binary | 11001110 | 11010110 | 11001101 | 100 | 0 | 100 | 10000 | 1110001 | 1010 | 1010010 |
Color Harmonies of #CED6CD
Complementary color
Monochromatic Colors of #CED6CD
Black with #CED6CD
Text Example
Text Example
White with #CED6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED6CD; }
p { color: rgb(206,214,205); }
H1.HeaderClassName
{
color: #CED6CD;
}
.AnyTagClassName
{
color: #CED6CD;
}
</style>
background-color css
<style>
a { background-color: #CED6CD; }
a { background-color: rgb(206,214,205); }
div.DivClassName
{
background-color: #CED6CD;
}
.BgClassName
{
background-color: #CED6CD;
}
</style>
border-color css
<style>
span { border-color: #CED6CD; }
span { border-color: rgb(206,214,205); }
td.TdClassName
{
border-color: #CED6CD;
}
.TagClassName
{
border-color: #CED6CD;
}
</style>