Shades of Surf Crest #CED7CB
Tints of Surf Crest #CED7CB
RGB
CMYK
RGB Variations
Color information
#CED7CB (or 0xCED7CB) is known color: Surf Crest. HEX triplet: CE, D7 and CB. RGB value is (206,215,203). Sum of RGB (Red+Green+Blue) = 206+215+203=624 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.01% from 624); Green value is 215 (84.38% from 255 or 34.46% from 624); Blue value is 203 (79.69% from 255 or 32.53% from 624); Max value from RGB is 215 - color contains mainly: green. Hex color #CED7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED7CB is #312834. Grayscale: #D2D2D2. Windows color (decimal): -3221557 or 13359054. OLE color: 13359054.
HSL color Cylindrical-coordinate representation of color #CED7CB: hue angle of 105º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CED7CB is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 203 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.16 |
| HSL | 105º | 0.13% | 0.82% | - |
| HSV(B) | 105º | 0.06% | 0.84% | - |
| XYZ | 60.53 | 66.03 | 66.06 | - |
| YUV | 210.94 | 123.52 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 203 | 0.04 | 0 | 0.06 | 0.16 | 105 | 0.13 | 0.82 |
| Hex | CE | D7 | CB | 4 | 0 | 6 | 10 | 69 | D | 52 |
| Octal | 316 | 327 | 313 | 4 | 0 | 6 | 20 | 151 | 15 | 122 |
| Binary | 11001110 | 11010111 | 11001011 | 100 | 0 | 110 | 10000 | 1101001 | 1101 | 1010010 |
Color Harmonies of #CED7CB
Complementary color
Monochromatic Colors of #CED7CB
Black with #CED7CB
Text Example
Text Example
White with #CED7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED7CB; }
p { color: rgb(206,215,203); }
H1.HeaderClassName
{
color: #CED7CB;
}
.AnyTagClassName
{
color: #CED7CB;
}
</style>
background-color css
<style>
a { background-color: #CED7CB; }
a { background-color: rgb(206,215,203); }
div.DivClassName
{
background-color: #CED7CB;
}
.BgClassName
{
background-color: #CED7CB;
}
</style>
border-color css
<style>
span { border-color: #CED7CB; }
span { border-color: rgb(206,215,203); }
td.TdClassName
{
border-color: #CED7CB;
}
.TagClassName
{
border-color: #CED7CB;
}
</style>