Shades of Surf Crest #CBDEC8
Tints of Surf Crest #CBDEC8
RGB
CMYK
RGB Variations
Color information
#CBDEC8 (or 0xCBDEC8) is known color: Surf Crest. HEX triplet: CB, DE and C8. RGB value is (203,222,200). Sum of RGB (Red+Green+Blue) = 203+222+200=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 222 (87.11% from 255 or 35.52% from 625); Blue value is 200 (78.52% from 255 or 32% from 625); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDEC8 is #342137. Grayscale: #D5D5D5. Windows color (decimal): -3416376 or 13164235. OLE color: 13164235.
HSL color Cylindrical-coordinate representation of color #CBDEC8: hue angle of 111.82º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBDEC8 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 222 | 200 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.13 |
| HSL | 111.82º | 0.25% | 0.83% | - |
| HSV(B) | 111.82º | 0.1% | 0.87% | - |
| XYZ | 61.18 | 69.11 | 64.76 | - |
| YUV | 213.81 | 120.21 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 222 | 200 | 0.09 | 0 | 0.10 | 0.13 | 111.82 | 0.25 | 0.83 |
| Hex | CB | DE | C8 | 9 | 0 | A | D | 70 | 19 | 53 |
| Octal | 313 | 336 | 310 | 11 | 0 | 12 | 15 | 160 | 31 | 123 |
| Binary | 11001011 | 11011110 | 11001000 | 1001 | 0 | 1010 | 1101 | 1110000 | 11001 | 1010011 |
Color Harmonies of #CBDEC8
Complementary color
Monochromatic Colors of #CBDEC8
Black with #CBDEC8
Text Example
Text Example
White with #CBDEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDEC8; }
p { color: rgb(203,222,200); }
H1.HeaderClassName
{
color: #CBDEC8;
}
.AnyTagClassName
{
color: #CBDEC8;
}
</style>
background-color css
<style>
a { background-color: #CBDEC8; }
a { background-color: rgb(203,222,200); }
div.DivClassName
{
background-color: #CBDEC8;
}
.BgClassName
{
background-color: #CBDEC8;
}
</style>
border-color css
<style>
span { border-color: #CBDEC8; }
span { border-color: rgb(203,222,200); }
td.TdClassName
{
border-color: #CBDEC8;
}
.TagClassName
{
border-color: #CBDEC8;
}
</style>