Shades of Surf Crest #CEDACC
Tints of Surf Crest #CEDACC
RGB
CMYK
RGB Variations
Color information
#CEDACC (or 0xCEDACC) is known color: Surf Crest. HEX triplet: CE, DA and CC. RGB value is (206,218,204). Sum of RGB (Red+Green+Blue) = 206+218+204=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 218 (85.55% from 255 or 34.71% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDACC is #312533. Grayscale: #D4D4D4. Windows color (decimal): -3220788 or 13425358. OLE color: 13425358.
HSL color Cylindrical-coordinate representation of color #CEDACC: hue angle of 111.43º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CEDACC is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 206 | 218 | 204 | - |
CMYK | 0.06 | 0 | 0.06 | 0.15 |
HSL | 111.43º | 0.16% | 0.83% | - |
HSV(B) | 111.43º | 0.06% | 0.85% | - |
XYZ | 61.42 | 67.62 | 66.94 | - |
YUV | 212.82 | 123.02 | 123.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 218 | 204 | 0.06 | 0 | 0.06 | 0.15 | 111.43 | 0.16 | 0.83 |
Hex | CE | DA | CC | 6 | 0 | 6 | F | 6F | 10 | 53 |
Octal | 316 | 332 | 314 | 6 | 0 | 6 | 17 | 157 | 20 | 123 |
Binary | 11001110 | 11011010 | 11001100 | 110 | 0 | 110 | 1111 | 1101111 | 10000 | 1010011 |
Color Harmonies of #CEDACC
Complementary color
Monochromatic Colors of #CEDACC
Black with #CEDACC
Text Example
Text Example
White with #CEDACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDACC; }
p { color: rgb(206,218,204); }
H1.HeaderClassName
{
color: #CEDACC;
}
.AnyTagClassName
{
color: #CEDACC;
}
</style>
background-color css
<style>
a { background-color: #CEDACC; }
a { background-color: rgb(206,218,204); }
div.DivClassName
{
background-color: #CEDACC;
}
.BgClassName
{
background-color: #CEDACC;
}
</style>
border-color css
<style>
span { border-color: #CEDACC; }
span { border-color: rgb(206,218,204); }
td.TdClassName
{
border-color: #CEDACC;
}
.TagClassName
{
border-color: #CEDACC;
}
</style>