Shades of Surf Crest #CBDFBE
Tints of Surf Crest #CBDFBE
RGB
CMYK
RGB Variations
Color information
#CBDFBE (or 0xCBDFBE) is known color: Surf Crest. HEX triplet: CB, DF and BE. RGB value is (203,223,190). Sum of RGB (Red+Green+Blue) = 203+223+190=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 190 (74.61% from 255 or 30.84% from 616); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDFBE is #342041. Grayscale: #D5D5D5. Windows color (decimal): -3416130 or 12509131. OLE color: 12509131.
HSL color Cylindrical-coordinate representation of color #CBDFBE: hue angle of 96.36º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBDFBE is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 190 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.13 |
| HSL | 96.36º | 0.34% | 0.81% | - |
| HSV(B) | 96.36º | 0.15% | 0.87% | - |
| XYZ | 60.31 | 69.19 | 58.89 | - |
| YUV | 213.26 | 114.87 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 190 | 0.09 | 0 | 0.15 | 0.13 | 96.36 | 0.34 | 0.81 |
| Hex | CB | DF | BE | 9 | 0 | F | D | 60 | 22 | 51 |
| Octal | 313 | 337 | 276 | 11 | 0 | 17 | 15 | 140 | 42 | 121 |
| Binary | 11001011 | 11011111 | 10111110 | 1001 | 0 | 1111 | 1101 | 1100000 | 100010 | 1010001 |
Color Harmonies of #CBDFBE
Complementary color
Monochromatic Colors of #CBDFBE
Black with #CBDFBE
Text Example
Text Example
White with #CBDFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDFBE; }
p { color: rgb(203,223,190); }
H1.HeaderClassName
{
color: #CBDFBE;
}
.AnyTagClassName
{
color: #CBDFBE;
}
</style>
background-color css
<style>
a { background-color: #CBDFBE; }
a { background-color: rgb(203,223,190); }
div.DivClassName
{
background-color: #CBDFBE;
}
.BgClassName
{
background-color: #CBDFBE;
}
</style>
border-color css
<style>
span { border-color: #CBDFBE; }
span { border-color: rgb(203,223,190); }
td.TdClassName
{
border-color: #CBDFBE;
}
.TagClassName
{
border-color: #CBDFBE;
}
</style>