Shades of Surf Crest #CED4CD
Tints of Surf Crest #CED4CD
RGB
CMYK
RGB Variations
Color information
#CED4CD (or 0xCED4CD) is known color: Surf Crest. HEX triplet: CE, D4 and CD. RGB value is (206,212,205). Sum of RGB (Red+Green+Blue) = 206+212+205=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 212 (83.20% from 255 or 34.03% from 623); Blue value is 205 (80.47% from 255 or 32.91% from 623); Max value from RGB is 212 - color contains mainly: green. Hex color #CED4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED4CD is #312B32. Grayscale: #D1D1D1. Windows color (decimal): -3222323 or 13489358. OLE color: 13489358.
HSL color Cylindrical-coordinate representation of color #CED4CD: hue angle of 111.43º degrees, saturation: 0.08, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CED4CD is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
RGB | 206 | 212 | 205 | - |
CMYK | 0.03 | 0 | 0.03 | 0.17 |
HSL | 111.43º | 0.08% | 0.82% | - |
HSV(B) | 111.43º | 0.03% | 0.83% | - |
XYZ | 60.02 | 64.62 | 67.07 | - |
YUV | 209.41 | 125.51 | 125.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 212 | 205 | 0.03 | 0 | 0.03 | 0.17 | 111.43 | 0.08 | 0.82 |
Hex | CE | D4 | CD | 3 | 0 | 3 | 11 | 6F | 8 | 52 |
Octal | 316 | 324 | 315 | 3 | 0 | 3 | 21 | 157 | 10 | 122 |
Binary | 11001110 | 11010100 | 11001101 | 11 | 0 | 11 | 10001 | 1101111 | 1000 | 1010010 |
Color Harmonies of #CED4CD
Complementary color
Monochromatic Colors of #CED4CD
Black with #CED4CD
Text Example
Text Example
White with #CED4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED4CD; }
p { color: rgb(206,212,205); }
H1.HeaderClassName
{
color: #CED4CD;
}
.AnyTagClassName
{
color: #CED4CD;
}
</style>
background-color css
<style>
a { background-color: #CED4CD; }
a { background-color: rgb(206,212,205); }
div.DivClassName
{
background-color: #CED4CD;
}
.BgClassName
{
background-color: #CED4CD;
}
</style>
border-color css
<style>
span { border-color: #CED4CD; }
span { border-color: rgb(206,212,205); }
td.TdClassName
{
border-color: #CED4CD;
}
.TagClassName
{
border-color: #CED4CD;
}
</style>