Shades of Surf Crest #CADEC5
Tints of Surf Crest #CADEC5
RGB
CMYK
RGB Variations
Color information
#CADEC5 (or 0xCADEC5) is known color: Surf Crest. HEX triplet: CA, DE and C5. RGB value is (202,222,197). Sum of RGB (Red+Green+Blue) = 202+222+197=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 197 (77.34% from 255 or 31.72% from 621); Max value from RGB is 222 - color contains mainly: green. Hex color #CADEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADEC5 is #35213A. Grayscale: #D5D5D5. Windows color (decimal): -3481915 or 12967626. OLE color: 12967626.
HSL color Cylindrical-coordinate representation of color #CADEC5: hue angle of 108º degrees, saturation: 0.27, 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 #CADEC5 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 222 | 197 | - |
CMYK | 0.09 | 0 | 0.11 | 0.13 |
HSL | 108º | 0.27% | 0.82% | - |
HSV(B) | 108º | 0.11% | 0.87% | - |
XYZ | 60.56 | 68.83 | 62.92 | - |
YUV | 213.17 | 118.87 | 120.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 222 | 197 | 0.09 | 0 | 0.11 | 0.13 | 108 | 0.27 | 0.82 |
Hex | CA | DE | C5 | 9 | 0 | B | D | 6C | 1B | 52 |
Octal | 312 | 336 | 305 | 11 | 0 | 13 | 15 | 154 | 33 | 122 |
Binary | 11001010 | 11011110 | 11000101 | 1001 | 0 | 1011 | 1101 | 1101100 | 11011 | 1010010 |
Color Harmonies of #CADEC5
Complementary color
Monochromatic Colors of #CADEC5
Black with #CADEC5
Text Example
Text Example
White with #CADEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADEC5; }
p { color: rgb(202,222,197); }
H1.HeaderClassName
{
color: #CADEC5;
}
.AnyTagClassName
{
color: #CADEC5;
}
</style>
background-color css
<style>
a { background-color: #CADEC5; }
a { background-color: rgb(202,222,197); }
div.DivClassName
{
background-color: #CADEC5;
}
.BgClassName
{
background-color: #CADEC5;
}
</style>
border-color css
<style>
span { border-color: #CADEC5; }
span { border-color: rgb(202,222,197); }
td.TdClassName
{
border-color: #CADEC5;
}
.TagClassName
{
border-color: #CADEC5;
}
</style>