Shades of Surf Crest #CADEBD
Tints of Surf Crest #CADEBD
RGB
CMYK
RGB Variations
Color information
#CADEBD (or 0xCADEBD) is known color: Surf Crest. HEX triplet: CA, DE and BD. RGB value is (202,222,189). Sum of RGB (Red+Green+Blue) = 202+222+189=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 222 - color contains mainly: green. Hex color #CADEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADEBD is #352142. Grayscale: #D4D4D4. Windows color (decimal): -3481923 or 12443338. OLE color: 12443338.
HSL color Cylindrical-coordinate representation of color #CADEBD: hue angle of 96.36º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CADEBD is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 222 | 189 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.13 |
| HSL | 96.36º | 0.33% | 0.81% | - |
| HSV(B) | 96.36º | 0.15% | 0.87% | - |
| XYZ | 59.66 | 68.47 | 58.22 | - |
| YUV | 212.26 | 114.87 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 222 | 189 | 0.09 | 0 | 0.15 | 0.13 | 96.36 | 0.33 | 0.81 |
| Hex | CA | DE | BD | 9 | 0 | F | D | 60 | 21 | 51 |
| Octal | 312 | 336 | 275 | 11 | 0 | 17 | 15 | 140 | 41 | 121 |
| Binary | 11001010 | 11011110 | 10111101 | 1001 | 0 | 1111 | 1101 | 1100000 | 100001 | 1010001 |
Color Harmonies of #CADEBD
Complementary color
Monochromatic Colors of #CADEBD
Black with #CADEBD
Text Example
Text Example
White with #CADEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADEBD; }
p { color: rgb(202,222,189); }
H1.HeaderClassName
{
color: #CADEBD;
}
.AnyTagClassName
{
color: #CADEBD;
}
</style>
background-color css
<style>
a { background-color: #CADEBD; }
a { background-color: rgb(202,222,189); }
div.DivClassName
{
background-color: #CADEBD;
}
.BgClassName
{
background-color: #CADEBD;
}
</style>
border-color css
<style>
span { border-color: #CADEBD; }
span { border-color: rgb(202,222,189); }
td.TdClassName
{
border-color: #CADEBD;
}
.TagClassName
{
border-color: #CADEBD;
}
</style>