Shades of Surf Crest #CBDBC7
Tints of Surf Crest #CBDBC7
RGB
CMYK
RGB Variations
Color information
#CBDBC7 (or 0xCBDBC7) is known color: Surf Crest. HEX triplet: CB, DB and C7. RGB value is (203,219,199). Sum of RGB (Red+Green+Blue) = 203+219+199=621 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.69% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 199 (78.12% from 255 or 32.05% from 621); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDBC7 is #342438. Grayscale: #D4D4D4. Windows color (decimal): -3417145 or 13097931. OLE color: 13097931.
HSL color Cylindrical-coordinate representation of color #CBDBC7: hue angle of 108º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBDBC7 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 219 | 199 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.14 |
| HSL | 108º | 0.22% | 0.82% | - |
| HSV(B) | 108º | 0.09% | 0.86% | - |
| XYZ | 60.27 | 67.48 | 63.88 | - |
| YUV | 211.94 | 120.7 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 199 | 0.07 | 0 | 0.09 | 0.14 | 108 | 0.22 | 0.82 |
| Hex | CB | DB | C7 | 7 | 0 | 9 | E | 6C | 16 | 52 |
| Octal | 313 | 333 | 307 | 7 | 0 | 11 | 16 | 154 | 26 | 122 |
| Binary | 11001011 | 11011011 | 11000111 | 111 | 0 | 1001 | 1110 | 1101100 | 10110 | 1010010 |
Color Harmonies of #CBDBC7
Complementary color
Monochromatic Colors of #CBDBC7
Black with #CBDBC7
Text Example
Text Example
White with #CBDBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDBC7; }
p { color: rgb(203,219,199); }
H1.HeaderClassName
{
color: #CBDBC7;
}
.AnyTagClassName
{
color: #CBDBC7;
}
</style>
background-color css
<style>
a { background-color: #CBDBC7; }
a { background-color: rgb(203,219,199); }
div.DivClassName
{
background-color: #CBDBC7;
}
.BgClassName
{
background-color: #CBDBC7;
}
</style>
border-color css
<style>
span { border-color: #CBDBC7; }
span { border-color: rgb(203,219,199); }
td.TdClassName
{
border-color: #CBDBC7;
}
.TagClassName
{
border-color: #CBDBC7;
}
</style>