Shades of Surf Crest #CADDBC
Tints of Surf Crest #CADDBC
RGB
CMYK
RGB Variations
Color information
#CADDBC (or 0xCADDBC) is known color: Surf Crest. HEX triplet: CA, DD and BC. RGB value is (202,221,188). Sum of RGB (Red+Green+Blue) = 202+221+188=611 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.06% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 188 (73.83% from 255 or 30.77% from 611); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDBC is #352243. Grayscale: #D3D3D3. Windows color (decimal): -3482180 or 12377546. OLE color: 12377546.
HSL color Cylindrical-coordinate representation of color #CADDBC: hue angle of 94.55º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CADDBC is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 188 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.13 |
| HSL | 94.55º | 0.33% | 0.8% | - |
| HSV(B) | 94.55º | 0.15% | 0.87% | - |
| XYZ | 59.29 | 67.9 | 57.56 | - |
| YUV | 211.56 | 114.71 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 188 | 0.09 | 0 | 0.15 | 0.13 | 94.55 | 0.33 | 0.8 |
| Hex | CA | DD | BC | 9 | 0 | F | D | 5F | 21 | 50 |
| Octal | 312 | 335 | 274 | 11 | 0 | 17 | 15 | 137 | 41 | 120 |
| Binary | 11001010 | 11011101 | 10111100 | 1001 | 0 | 1111 | 1101 | 1011111 | 100001 | 1010000 |
Color Harmonies of #CADDBC
Complementary color
Monochromatic Colors of #CADDBC
Black with #CADDBC
Text Example
Text Example
White with #CADDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDBC; }
p { color: rgb(202,221,188); }
H1.HeaderClassName
{
color: #CADDBC;
}
.AnyTagClassName
{
color: #CADDBC;
}
</style>
background-color css
<style>
a { background-color: #CADDBC; }
a { background-color: rgb(202,221,188); }
div.DivClassName
{
background-color: #CADDBC;
}
.BgClassName
{
background-color: #CADDBC;
}
</style>
border-color css
<style>
span { border-color: #CADDBC; }
span { border-color: rgb(202,221,188); }
td.TdClassName
{
border-color: #CADDBC;
}
.TagClassName
{
border-color: #CADDBC;
}
</style>