Shades of Surf Crest #CBDEC0
Tints of Surf Crest #CBDEC0
RGB
CMYK
RGB Variations
Color information
#CBDEC0 (or 0xCBDEC0) is known color: Surf Crest. HEX triplet: CB, DE and C0. RGB value is (203,222,192). Sum of RGB (Red+Green+Blue) = 203+222+192=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 192 (75.39% from 255 or 31.12% from 617); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDEC0 is #34213F. Grayscale: #D5D5D5. Windows color (decimal): -3416384 or 12639947. OLE color: 12639947.
HSL color Cylindrical-coordinate representation of color #CBDEC0: hue angle of 98º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBDEC0 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 222 | 192 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.13 |
| HSL | 98º | 0.31% | 0.81% | - |
| HSV(B) | 98º | 0.14% | 0.87% | - |
| XYZ | 60.26 | 68.74 | 59.96 | - |
| YUV | 212.9 | 116.21 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 222 | 192 | 0.09 | 0 | 0.14 | 0.13 | 98 | 0.31 | 0.81 |
| Hex | CB | DE | C0 | 9 | 0 | E | D | 62 | 1F | 51 |
| Octal | 313 | 336 | 300 | 11 | 0 | 16 | 15 | 142 | 37 | 121 |
| Binary | 11001011 | 11011110 | 11000000 | 1001 | 0 | 1110 | 1101 | 1100010 | 11111 | 1010001 |
Color Harmonies of #CBDEC0
Complementary color
Monochromatic Colors of #CBDEC0
Black with #CBDEC0
Text Example
Text Example
White with #CBDEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDEC0; }
p { color: rgb(203,222,192); }
H1.HeaderClassName
{
color: #CBDEC0;
}
.AnyTagClassName
{
color: #CBDEC0;
}
</style>
background-color css
<style>
a { background-color: #CBDEC0; }
a { background-color: rgb(203,222,192); }
div.DivClassName
{
background-color: #CBDEC0;
}
.BgClassName
{
background-color: #CBDEC0;
}
</style>
border-color css
<style>
span { border-color: #CBDEC0; }
span { border-color: rgb(203,222,192); }
td.TdClassName
{
border-color: #CBDEC0;
}
.TagClassName
{
border-color: #CBDEC0;
}
</style>