Shades of Surf Crest #CADDBE
Tints of Surf Crest #CADDBE
RGB
CMYK
RGB Variations
Color information
#CADDBE (or 0xCADDBE) is known color: Surf Crest. HEX triplet: CA, DD and BE. RGB value is (202,221,190). Sum of RGB (Red+Green+Blue) = 202+221+190=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDBE is #352241. Grayscale: #D3D3D3. Windows color (decimal): -3482178 or 12508618. OLE color: 12508618.
HSL color Cylindrical-coordinate representation of color #CADDBE: hue angle of 96.77º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CADDBE is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 221 | 190 | - |
CMYK | 0.09 | 0 | 0.14 | 0.13 |
HSL | 96.77º | 0.31% | 0.81% | - |
HSV(B) | 96.77º | 0.14% | 0.87% | - |
XYZ | 59.51 | 67.99 | 58.7 | - |
YUV | 211.79 | 115.71 | 121.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 221 | 190 | 0.09 | 0 | 0.14 | 0.13 | 96.77 | 0.31 | 0.81 |
Hex | CA | DD | BE | 9 | 0 | E | D | 61 | 1F | 51 |
Octal | 312 | 335 | 276 | 11 | 0 | 16 | 15 | 141 | 37 | 121 |
Binary | 11001010 | 11011101 | 10111110 | 1001 | 0 | 1110 | 1101 | 1100001 | 11111 | 1010001 |
Color Harmonies of #CADDBE
Complementary color
Monochromatic Colors of #CADDBE
Black with #CADDBE
Text Example
Text Example
White with #CADDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDBE; }
p { color: rgb(202,221,190); }
H1.HeaderClassName
{
color: #CADDBE;
}
.AnyTagClassName
{
color: #CADDBE;
}
</style>
background-color css
<style>
a { background-color: #CADDBE; }
a { background-color: rgb(202,221,190); }
div.DivClassName
{
background-color: #CADDBE;
}
.BgClassName
{
background-color: #CADDBE;
}
</style>
border-color css
<style>
span { border-color: #CADDBE; }
span { border-color: rgb(202,221,190); }
td.TdClassName
{
border-color: #CADDBE;
}
.TagClassName
{
border-color: #CADDBE;
}
</style>