Shades of Surf Crest #CBDDC5
Tints of Surf Crest #CBDDC5
RGB
CMYK
RGB Variations
Color information
#CBDDC5 (or 0xCBDDC5) is known color: Surf Crest. HEX triplet: CB, DD and C5. RGB value is (203,221,197). Sum of RGB (Red+Green+Blue) = 203+221+197=621 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.69% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 197 (77.34% from 255 or 31.72% from 621); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDDC5 is #34223A. Grayscale: #D4D4D4. Windows color (decimal): -3416635 or 12967371. OLE color: 12967371.
HSL color Cylindrical-coordinate representation of color #CBDDC5: hue angle of 105º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBDDC5 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 221 | 197 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.13 |
| HSL | 105º | 0.26% | 0.82% | - |
| HSV(B) | 105º | 0.11% | 0.87% | - |
| XYZ | 60.56 | 68.44 | 62.84 | - |
| YUV | 212.88 | 119.04 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 197 | 0.08 | 0 | 0.11 | 0.13 | 105 | 0.26 | 0.82 |
| Hex | CB | DD | C5 | 8 | 0 | B | D | 69 | 1A | 52 |
| Octal | 313 | 335 | 305 | 10 | 0 | 13 | 15 | 151 | 32 | 122 |
| Binary | 11001011 | 11011101 | 11000101 | 1000 | 0 | 1011 | 1101 | 1101001 | 11010 | 1010010 |
Color Harmonies of #CBDDC5
Complementary color
Monochromatic Colors of #CBDDC5
Black with #CBDDC5
Text Example
Text Example
White with #CBDDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDDC5; }
p { color: rgb(203,221,197); }
H1.HeaderClassName
{
color: #CBDDC5;
}
.AnyTagClassName
{
color: #CBDDC5;
}
</style>
background-color css
<style>
a { background-color: #CBDDC5; }
a { background-color: rgb(203,221,197); }
div.DivClassName
{
background-color: #CBDDC5;
}
.BgClassName
{
background-color: #CBDDC5;
}
</style>
border-color css
<style>
span { border-color: #CBDDC5; }
span { border-color: rgb(203,221,197); }
td.TdClassName
{
border-color: #CBDDC5;
}
.TagClassName
{
border-color: #CBDDC5;
}
</style>