Shades of Surf Crest #CFD2CE
Tints of Surf Crest #CFD2CE
RGB
CMYK
RGB Variations
Color information
#CFD2CE (or 0xCFD2CE) is known color: Surf Crest. HEX triplet: CF, D2 and CE. RGB value is (207,210,206). Sum of RGB (Red+Green+Blue) = 207+210+206=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 210 (82.42% from 255 or 33.71% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD2CE is #302D31. Grayscale: #D0D0D0. Windows color (decimal): -3157298 or 13554383. OLE color: 13554383.
HSL color Cylindrical-coordinate representation of color #CFD2CE: hue angle of 105º degrees, saturation: 0.04, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CFD2CE is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 206 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.18 |
| HSL | 105º | 0.04% | 0.82% | - |
| HSV(B) | 105º | 0.02% | 0.82% | - |
| XYZ | 59.92 | 63.81 | 67.55 | - |
| YUV | 208.65 | 126.51 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 206 | 0.01 | 0 | 0.02 | 0.18 | 105 | 0.04 | 0.82 |
| Hex | CF | D2 | CE | 1 | 0 | 2 | 12 | 69 | 4 | 52 |
| Octal | 317 | 322 | 316 | 1 | 0 | 2 | 22 | 151 | 4 | 122 |
| Binary | 11001111 | 11010010 | 11001110 | 1 | 0 | 10 | 10010 | 1101001 | 100 | 1010010 |
Color Harmonies of #CFD2CE
Complementary color
Monochromatic Colors of #CFD2CE
Black with #CFD2CE
Text Example
Text Example
White with #CFD2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD2CE; }
p { color: rgb(207,210,206); }
H1.HeaderClassName
{
color: #CFD2CE;
}
.AnyTagClassName
{
color: #CFD2CE;
}
</style>
background-color css
<style>
a { background-color: #CFD2CE; }
a { background-color: rgb(207,210,206); }
div.DivClassName
{
background-color: #CFD2CE;
}
.BgClassName
{
background-color: #CFD2CE;
}
</style>
border-color css
<style>
span { border-color: #CFD2CE; }
span { border-color: rgb(207,210,206); }
td.TdClassName
{
border-color: #CFD2CE;
}
.TagClassName
{
border-color: #CFD2CE;
}
</style>