Shades of Surf Crest #CED9CB
Tints of Surf Crest #CED9CB
RGB
CMYK
RGB Variations
Color information
#CED9CB (or 0xCED9CB) is known color: Surf Crest. HEX triplet: CE, D9 and CB. RGB value is (206,217,203). Sum of RGB (Red+Green+Blue) = 206+217+203=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 217 (85.16% from 255 or 34.66% from 626); Blue value is 203 (79.69% from 255 or 32.43% from 626); Max value from RGB is 217 - color contains mainly: green. Hex color #CED9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED9CB is #312634. Grayscale: #D4D4D4. Windows color (decimal): -3221045 or 13359566. OLE color: 13359566.
HSL color Cylindrical-coordinate representation of color #CED9CB: hue angle of 107.14º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CED9CB is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 203 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.15 |
| HSL | 107.14º | 0.16% | 0.82% | - |
| HSV(B) | 107.14º | 0.06% | 0.85% | - |
| XYZ | 61.05 | 67.06 | 66.23 | - |
| YUV | 212.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 203 | 0.05 | 0 | 0.06 | 0.15 | 107.14 | 0.16 | 0.82 |
| Hex | CE | D9 | CB | 5 | 0 | 6 | F | 6B | 10 | 52 |
| Octal | 316 | 331 | 313 | 5 | 0 | 6 | 17 | 153 | 20 | 122 |
| Binary | 11001110 | 11011001 | 11001011 | 101 | 0 | 110 | 1111 | 1101011 | 10000 | 1010010 |
Color Harmonies of #CED9CB
Complementary color
Monochromatic Colors of #CED9CB
Black with #CED9CB
Text Example
Text Example
White with #CED9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED9CB; }
p { color: rgb(206,217,203); }
H1.HeaderClassName
{
color: #CED9CB;
}
.AnyTagClassName
{
color: #CED9CB;
}
</style>
background-color css
<style>
a { background-color: #CED9CB; }
a { background-color: rgb(206,217,203); }
div.DivClassName
{
background-color: #CED9CB;
}
.BgClassName
{
background-color: #CED9CB;
}
</style>
border-color css
<style>
span { border-color: #CED9CB; }
span { border-color: rgb(206,217,203); }
td.TdClassName
{
border-color: #CED9CB;
}
.TagClassName
{
border-color: #CED9CB;
}
</style>