Shades of Surf Crest #CBE1C7
Tints of Surf Crest #CBE1C7
RGB
CMYK
RGB Variations
Color information
#CBE1C7 (or 0xCBE1C7) is known color: Surf Crest. HEX triplet: CB, E1 and C7. RGB value is (203,225,199). Sum of RGB (Red+Green+Blue) = 203+225+199=627 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.38% from 627); Green value is 225 (88.28% from 255 or 35.89% from 627); Blue value is 199 (78.12% from 255 or 31.74% from 627); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE1C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE1C7 is #341E38. Grayscale: #D7D7D7. Windows color (decimal): -3415609 or 13099467. OLE color: 13099467.
HSL color Cylindrical-coordinate representation of color #CBE1C7: hue angle of 110.77º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBE1C7 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 225 | 199 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.12 |
| HSL | 110.77º | 0.3% | 0.83% | - |
| HSV(B) | 110.77º | 0.12% | 0.88% | - |
| XYZ | 61.86 | 70.67 | 64.41 | - |
| YUV | 215.46 | 118.71 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 199 | 0.10 | 0 | 0.12 | 0.12 | 110.77 | 0.3 | 0.83 |
| Hex | CB | E1 | C7 | A | 0 | C | C | 6F | 1E | 53 |
| Octal | 313 | 341 | 307 | 12 | 0 | 14 | 14 | 157 | 36 | 123 |
| Binary | 11001011 | 11100001 | 11000111 | 1010 | 0 | 1100 | 1100 | 1101111 | 11110 | 1010011 |
Color Harmonies of #CBE1C7
Complementary color
Monochromatic Colors of #CBE1C7
Black with #CBE1C7
Text Example
Text Example
White with #CBE1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE1C7; }
p { color: rgb(203,225,199); }
H1.HeaderClassName
{
color: #CBE1C7;
}
.AnyTagClassName
{
color: #CBE1C7;
}
</style>
background-color css
<style>
a { background-color: #CBE1C7; }
a { background-color: rgb(203,225,199); }
div.DivClassName
{
background-color: #CBE1C7;
}
.BgClassName
{
background-color: #CBE1C7;
}
</style>
border-color css
<style>
span { border-color: #CBE1C7; }
span { border-color: rgb(203,225,199); }
td.TdClassName
{
border-color: #CBE1C7;
}
.TagClassName
{
border-color: #CBE1C7;
}
</style>