Shades of Surf Crest #CBDEC9
Tints of Surf Crest #CBDEC9
RGB
CMYK
RGB Variations
Color information
#CBDEC9 (or 0xCBDEC9) is known color: Surf Crest. HEX triplet: CB, DE and C9. RGB value is (203,222,201). Sum of RGB (Red+Green+Blue) = 203+222+201=626 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.43% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 201 (78.91% from 255 or 32.11% from 626); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDEC9 is #342136. Grayscale: #D5D5D5. Windows color (decimal): -3416375 or 13229771. OLE color: 13229771.
HSL color Cylindrical-coordinate representation of color #CBDEC9: hue angle of 114.29º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBDEC9 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 222 | 201 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.13 |
| HSL | 114.29º | 0.24% | 0.83% | - |
| HSV(B) | 114.29º | 0.09% | 0.87% | - |
| XYZ | 61.29 | 69.16 | 65.38 | - |
| YUV | 213.93 | 120.71 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 222 | 201 | 0.09 | 0 | 0.09 | 0.13 | 114.29 | 0.24 | 0.83 |
| Hex | CB | DE | C9 | 9 | 0 | 9 | D | 72 | 18 | 53 |
| Octal | 313 | 336 | 311 | 11 | 0 | 11 | 15 | 162 | 30 | 123 |
| Binary | 11001011 | 11011110 | 11001001 | 1001 | 0 | 1001 | 1101 | 1110010 | 11000 | 1010011 |
Color Harmonies of #CBDEC9
Complementary color
Monochromatic Colors of #CBDEC9
Black with #CBDEC9
Text Example
Text Example
White with #CBDEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDEC9; }
p { color: rgb(203,222,201); }
H1.HeaderClassName
{
color: #CBDEC9;
}
.AnyTagClassName
{
color: #CBDEC9;
}
</style>
background-color css
<style>
a { background-color: #CBDEC9; }
a { background-color: rgb(203,222,201); }
div.DivClassName
{
background-color: #CBDEC9;
}
.BgClassName
{
background-color: #CBDEC9;
}
</style>
border-color css
<style>
span { border-color: #CBDEC9; }
span { border-color: rgb(203,222,201); }
td.TdClassName
{
border-color: #CBDEC9;
}
.TagClassName
{
border-color: #CBDEC9;
}
</style>