Shades of Surf Crest #CBDFC5
Tints of Surf Crest #CBDFC5
RGB
CMYK
RGB Variations
Color information
#CBDFC5 (or 0xCBDFC5) is known color: Surf Crest. HEX triplet: CB, DF and C5. RGB value is (203,223,197). Sum of RGB (Red+Green+Blue) = 203+223+197=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 223 (87.5% from 255 or 35.79% from 623); Blue value is 197 (77.34% from 255 or 31.62% from 623); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDFC5 is #34203A. Grayscale: #D6D6D6. Windows color (decimal): -3416123 or 12967883. OLE color: 12967883.
HSL color Cylindrical-coordinate representation of color #CBDFC5: hue angle of 106.15º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBDFC5 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 197 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.13 |
| HSL | 106.15º | 0.29% | 0.82% | - |
| HSV(B) | 106.15º | 0.12% | 0.87% | - |
| XYZ | 61.09 | 69.5 | 63.02 | - |
| YUV | 214.06 | 118.37 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 197 | 0.09 | 0 | 0.12 | 0.13 | 106.15 | 0.29 | 0.82 |
| Hex | CB | DF | C5 | 9 | 0 | C | D | 6A | 1D | 52 |
| Octal | 313 | 337 | 305 | 11 | 0 | 14 | 15 | 152 | 35 | 122 |
| Binary | 11001011 | 11011111 | 11000101 | 1001 | 0 | 1100 | 1101 | 1101010 | 11101 | 1010010 |
Color Harmonies of #CBDFC5
Complementary color
Monochromatic Colors of #CBDFC5
Black with #CBDFC5
Text Example
Text Example
White with #CBDFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDFC5; }
p { color: rgb(203,223,197); }
H1.HeaderClassName
{
color: #CBDFC5;
}
.AnyTagClassName
{
color: #CBDFC5;
}
</style>
background-color css
<style>
a { background-color: #CBDFC5; }
a { background-color: rgb(203,223,197); }
div.DivClassName
{
background-color: #CBDFC5;
}
.BgClassName
{
background-color: #CBDFC5;
}
</style>
border-color css
<style>
span { border-color: #CBDFC5; }
span { border-color: rgb(203,223,197); }
td.TdClassName
{
border-color: #CBDFC5;
}
.TagClassName
{
border-color: #CBDFC5;
}
</style>