Shades of Surf Crest #CBDFC8
Tints of Surf Crest #CBDFC8
RGB
CMYK
RGB Variations
Color information
#CBDFC8 (or 0xCBDFC8) is known color: Surf Crest. HEX triplet: CB, DF and C8. RGB value is (203,223,200). Sum of RGB (Red+Green+Blue) = 203+223+200=626 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.43% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 200 (78.52% from 255 or 31.95% from 626); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDFC8 is #342037. Grayscale: #D6D6D6. Windows color (decimal): -3416120 or 13164491. OLE color: 13164491.
HSL color Cylindrical-coordinate representation of color #CBDFC8: hue angle of 112.17º degrees, saturation: 0.26, 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 #CBDFC8 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 200 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.13 |
| HSL | 112.17º | 0.26% | 0.83% | - |
| HSV(B) | 112.17º | 0.1% | 0.87% | - |
| XYZ | 61.44 | 69.64 | 64.85 | - |
| YUV | 214.4 | 119.87 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 200 | 0.09 | 0 | 0.10 | 0.13 | 112.17 | 0.26 | 0.83 |
| Hex | CB | DF | C8 | 9 | 0 | A | D | 70 | 1A | 53 |
| Octal | 313 | 337 | 310 | 11 | 0 | 12 | 15 | 160 | 32 | 123 |
| Binary | 11001011 | 11011111 | 11001000 | 1001 | 0 | 1010 | 1101 | 1110000 | 11010 | 1010011 |
Color Harmonies of #CBDFC8
Complementary color
Monochromatic Colors of #CBDFC8
Black with #CBDFC8
Text Example
Text Example
White with #CBDFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDFC8; }
p { color: rgb(203,223,200); }
H1.HeaderClassName
{
color: #CBDFC8;
}
.AnyTagClassName
{
color: #CBDFC8;
}
</style>
background-color css
<style>
a { background-color: #CBDFC8; }
a { background-color: rgb(203,223,200); }
div.DivClassName
{
background-color: #CBDFC8;
}
.BgClassName
{
background-color: #CBDFC8;
}
</style>
border-color css
<style>
span { border-color: #CBDFC8; }
span { border-color: rgb(203,223,200); }
td.TdClassName
{
border-color: #CBDFC8;
}
.TagClassName
{
border-color: #CBDFC8;
}
</style>