Shades of Surf Crest #CED5CC
Tints of Surf Crest #CED5CC
RGB
CMYK
RGB Variations
Color information
#CED5CC (or 0xCED5CC) is known color: Surf Crest. HEX triplet: CE, D5 and CC. RGB value is (206,213,204). Sum of RGB (Red+Green+Blue) = 206+213+204=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 213 (83.59% from 255 or 34.19% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 213 - color contains mainly: green. Hex color #CED5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED5CC is #312A33. Grayscale: #D1D1D1. Windows color (decimal): -3222068 or 13424078. OLE color: 13424078.
HSL color Cylindrical-coordinate representation of color #CED5CC: hue angle of 106.67º 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 #CED5CC is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
RGB | 206 | 213 | 204 | - |
CMYK | 0.03 | 0 | 0.04 | 0.16 |
HSL | 106.67º | 0.1% | 0.82% | - |
HSV(B) | 106.67º | 0.04% | 0.84% | - |
XYZ | 60.15 | 65.07 | 66.52 | - |
YUV | 209.88 | 124.68 | 125.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 213 | 204 | 0.03 | 0 | 0.04 | 0.16 | 106.67 | 0.1 | 0.82 |
Hex | CE | D5 | CC | 3 | 0 | 4 | 10 | 6B | A | 52 |
Octal | 316 | 325 | 314 | 3 | 0 | 4 | 20 | 153 | 12 | 122 |
Binary | 11001110 | 11010101 | 11001100 | 11 | 0 | 100 | 10000 | 1101011 | 1010 | 1010010 |
Color Harmonies of #CED5CC
Complementary color
Monochromatic Colors of #CED5CC
Black with #CED5CC
Text Example
Text Example
White with #CED5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED5CC; }
p { color: rgb(206,213,204); }
H1.HeaderClassName
{
color: #CED5CC;
}
.AnyTagClassName
{
color: #CED5CC;
}
</style>
background-color css
<style>
a { background-color: #CED5CC; }
a { background-color: rgb(206,213,204); }
div.DivClassName
{
background-color: #CED5CC;
}
.BgClassName
{
background-color: #CED5CC;
}
</style>
border-color css
<style>
span { border-color: #CED5CC; }
span { border-color: rgb(206,213,204); }
td.TdClassName
{
border-color: #CED5CC;
}
.TagClassName
{
border-color: #CED5CC;
}
</style>