Shades of Surf Crest #CBDFC0
Tints of Surf Crest #CBDFC0
RGB
CMYK
RGB Variations
Color information
#CBDFC0 (or 0xCBDFC0) is known color: Surf Crest. HEX triplet: CB, DF and C0. RGB value is (203,223,192). Sum of RGB (Red+Green+Blue) = 203+223+192=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 192 (75.39% from 255 or 31.07% from 618); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDFC0 is #34203F. Grayscale: #D5D5D5. Windows color (decimal): -3416128 or 12640203. OLE color: 12640203.
HSL color Cylindrical-coordinate representation of color #CBDFC0: hue angle of 98.71º degrees, saturation: 0.33, 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 #CBDFC0 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 192 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.13 |
| HSL | 98.71º | 0.33% | 0.81% | - |
| HSV(B) | 98.71º | 0.14% | 0.87% | - |
| XYZ | 60.53 | 69.28 | 60.05 | - |
| YUV | 213.49 | 115.87 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 192 | 0.09 | 0 | 0.14 | 0.13 | 98.71 | 0.33 | 0.81 |
| Hex | CB | DF | C0 | 9 | 0 | E | D | 63 | 21 | 51 |
| Octal | 313 | 337 | 300 | 11 | 0 | 16 | 15 | 143 | 41 | 121 |
| Binary | 11001011 | 11011111 | 11000000 | 1001 | 0 | 1110 | 1101 | 1100011 | 100001 | 1010001 |
Color Harmonies of #CBDFC0
Complementary color
Monochromatic Colors of #CBDFC0
Black with #CBDFC0
Text Example
Text Example
White with #CBDFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDFC0; }
p { color: rgb(203,223,192); }
H1.HeaderClassName
{
color: #CBDFC0;
}
.AnyTagClassName
{
color: #CBDFC0;
}
</style>
background-color css
<style>
a { background-color: #CBDFC0; }
a { background-color: rgb(203,223,192); }
div.DivClassName
{
background-color: #CBDFC0;
}
.BgClassName
{
background-color: #CBDFC0;
}
</style>
border-color css
<style>
span { border-color: #CBDFC0; }
span { border-color: rgb(203,223,192); }
td.TdClassName
{
border-color: #CBDFC0;
}
.TagClassName
{
border-color: #CBDFC0;
}
</style>