Shades of Surf Crest #CED1CD
Tints of Surf Crest #CED1CD
RGB
CMYK
RGB Variations
Color information
#CED1CD (or 0xCED1CD) is known color: Surf Crest. HEX triplet: CE, D1 and CD. RGB value is (206,209,205). Sum of RGB (Red+Green+Blue) = 206+209+205=620 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.23% from 620); Green value is 209 (82.03% from 255 or 33.71% from 620); Blue value is 205 (80.47% from 255 or 33.06% from 620); Max value from RGB is 209 - color contains mainly: green. Hex color #CED1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED1CD is #312E32. Grayscale: #CFCFCF. Windows color (decimal): -3223091 or 13488590. OLE color: 13488590.
HSL color Cylindrical-coordinate representation of color #CED1CD: hue angle of 105º degrees, saturation: 0.04, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CED1CD is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
RGB | 206 | 209 | 205 | - |
CMYK | 0.01 | 0 | 0.02 | 0.18 |
HSL | 105º | 0.04% | 0.81% | - |
HSV(B) | 105º | 0.02% | 0.82% | - |
XYZ | 59.27 | 63.13 | 66.82 | - |
YUV | 207.65 | 126.51 | 126.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 209 | 205 | 0.01 | 0 | 0.02 | 0.18 | 105 | 0.04 | 0.81 |
Hex | CE | D1 | CD | 1 | 0 | 2 | 12 | 69 | 4 | 51 |
Octal | 316 | 321 | 315 | 1 | 0 | 2 | 22 | 151 | 4 | 121 |
Binary | 11001110 | 11010001 | 11001101 | 1 | 0 | 10 | 10010 | 1101001 | 100 | 1010001 |
Color Harmonies of #CED1CD
Complementary color
Monochromatic Colors of #CED1CD
Black with #CED1CD
Text Example
Text Example
White with #CED1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED1CD; }
p { color: rgb(206,209,205); }
H1.HeaderClassName
{
color: #CED1CD;
}
.AnyTagClassName
{
color: #CED1CD;
}
</style>
background-color css
<style>
a { background-color: #CED1CD; }
a { background-color: rgb(206,209,205); }
div.DivClassName
{
background-color: #CED1CD;
}
.BgClassName
{
background-color: #CED1CD;
}
</style>
border-color css
<style>
span { border-color: #CED1CD; }
span { border-color: rgb(206,209,205); }
td.TdClassName
{
border-color: #CED1CD;
}
.TagClassName
{
border-color: #CED1CD;
}
</style>