Shades of Surf Crest #CED3CC
Tints of Surf Crest #CED3CC
RGB
CMYK
RGB Variations
Color information
#CED3CC (or 0xCED3CC) is known color: Surf Crest. HEX triplet: CE, D3 and CC. RGB value is (206,211,204). Sum of RGB (Red+Green+Blue) = 206+211+204=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 211 (82.81% from 255 or 33.98% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 211 - color contains mainly: green. Hex color #CED3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED3CC is #312C33. Grayscale: #D0D0D0. Windows color (decimal): -3222580 or 13423566. OLE color: 13423566.
HSL color Cylindrical-coordinate representation of color #CED3CC: hue angle of 102.86º degrees, saturation: 0.07, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CED3CC is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
RGB | 206 | 211 | 204 | - |
CMYK | 0.02 | 0 | 0.03 | 0.17 |
HSL | 102.86º | 0.07% | 0.81% | - |
HSV(B) | 102.86º | 0.03% | 0.83% | - |
XYZ | 59.65 | 64.07 | 66.35 | - |
YUV | 208.71 | 125.34 | 126.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 211 | 204 | 0.02 | 0 | 0.03 | 0.17 | 102.86 | 0.07 | 0.81 |
Hex | CE | D3 | CC | 2 | 0 | 3 | 11 | 67 | 7 | 51 |
Octal | 316 | 323 | 314 | 2 | 0 | 3 | 21 | 147 | 7 | 121 |
Binary | 11001110 | 11010011 | 11001100 | 10 | 0 | 11 | 10001 | 1100111 | 111 | 1010001 |
Color Harmonies of #CED3CC
Complementary color
Monochromatic Colors of #CED3CC
Black with #CED3CC
Text Example
Text Example
White with #CED3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED3CC; }
p { color: rgb(206,211,204); }
H1.HeaderClassName
{
color: #CED3CC;
}
.AnyTagClassName
{
color: #CED3CC;
}
</style>
background-color css
<style>
a { background-color: #CED3CC; }
a { background-color: rgb(206,211,204); }
div.DivClassName
{
background-color: #CED3CC;
}
.BgClassName
{
background-color: #CED3CC;
}
</style>
border-color css
<style>
span { border-color: #CED3CC; }
span { border-color: rgb(206,211,204); }
td.TdClassName
{
border-color: #CED3CC;
}
.TagClassName
{
border-color: #CED3CC;
}
</style>