Shades of Surf Crest #CBDFC9
Tints of Surf Crest #CBDFC9
RGB
CMYK
RGB Variations
Color information
#CBDFC9 (or 0xCBDFC9) is known color: Surf Crest. HEX triplet: CB, DF and C9. RGB value is (203,223,201). Sum of RGB (Red+Green+Blue) = 203+223+201=627 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.38% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 201 (78.91% from 255 or 32.06% from 627); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDFC9 is #342036. Grayscale: #D6D6D6. Windows color (decimal): -3416119 or 13230027. OLE color: 13230027.
HSL color Cylindrical-coordinate representation of color #CBDFC9: hue angle of 114.55º 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 #CBDFC9 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 201 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.13 |
| HSL | 114.55º | 0.26% | 0.83% | - |
| HSV(B) | 114.55º | 0.1% | 0.87% | - |
| XYZ | 61.56 | 69.69 | 65.47 | - |
| YUV | 214.51 | 120.37 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 201 | 0.09 | 0 | 0.10 | 0.13 | 114.55 | 0.26 | 0.83 |
| Hex | CB | DF | C9 | 9 | 0 | A | D | 73 | 1A | 53 |
| Octal | 313 | 337 | 311 | 11 | 0 | 12 | 15 | 163 | 32 | 123 |
| Binary | 11001011 | 11011111 | 11001001 | 1001 | 0 | 1010 | 1101 | 1110011 | 11010 | 1010011 |
Color Harmonies of #CBDFC9
Complementary color
Monochromatic Colors of #CBDFC9
Black with #CBDFC9
Text Example
Text Example
White with #CBDFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDFC9; }
p { color: rgb(203,223,201); }
H1.HeaderClassName
{
color: #CBDFC9;
}
.AnyTagClassName
{
color: #CBDFC9;
}
</style>
background-color css
<style>
a { background-color: #CBDFC9; }
a { background-color: rgb(203,223,201); }
div.DivClassName
{
background-color: #CBDFC9;
}
.BgClassName
{
background-color: #CBDFC9;
}
</style>
border-color css
<style>
span { border-color: #CBDFC9; }
span { border-color: rgb(203,223,201); }
td.TdClassName
{
border-color: #CBDFC9;
}
.TagClassName
{
border-color: #CBDFC9;
}
</style>