Shades of Surf Crest #CED8CB
Tints of Surf Crest #CED8CB
RGB
CMYK
RGB Variations
Color information
#CED8CB (or 0xCED8CB) is known color: Surf Crest. HEX triplet: CE, D8 and CB. RGB value is (206,216,203). Sum of RGB (Red+Green+Blue) = 206+216+203=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 216 (84.77% from 255 or 34.56% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 216 - color contains mainly: green. Hex color #CED8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED8CB is #312734. Grayscale: #D3D3D3. Windows color (decimal): -3221301 or 13359310. OLE color: 13359310.
HSL color Cylindrical-coordinate representation of color #CED8CB: hue angle of 106.15º degrees, saturation: 0.14, 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 #CED8CB is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 203 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.15 |
| HSL | 106.15º | 0.14% | 0.82% | - |
| HSV(B) | 106.15º | 0.06% | 0.85% | - |
| XYZ | 60.79 | 66.55 | 66.14 | - |
| YUV | 211.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 203 | 0.05 | 0 | 0.06 | 0.15 | 106.15 | 0.14 | 0.82 |
| Hex | CE | D8 | CB | 5 | 0 | 6 | F | 6A | E | 52 |
| Octal | 316 | 330 | 313 | 5 | 0 | 6 | 17 | 152 | 16 | 122 |
| Binary | 11001110 | 11011000 | 11001011 | 101 | 0 | 110 | 1111 | 1101010 | 1110 | 1010010 |
Color Harmonies of #CED8CB
Complementary color
Monochromatic Colors of #CED8CB
Black with #CED8CB
Text Example
Text Example
White with #CED8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED8CB; }
p { color: rgb(206,216,203); }
H1.HeaderClassName
{
color: #CED8CB;
}
.AnyTagClassName
{
color: #CED8CB;
}
</style>
background-color css
<style>
a { background-color: #CED8CB; }
a { background-color: rgb(206,216,203); }
div.DivClassName
{
background-color: #CED8CB;
}
.BgClassName
{
background-color: #CED8CB;
}
</style>
border-color css
<style>
span { border-color: #CED8CB; }
span { border-color: rgb(206,216,203); }
td.TdClassName
{
border-color: #CED8CB;
}
.TagClassName
{
border-color: #CED8CB;
}
</style>