Shades of Surf Crest #CADEC4
Tints of Surf Crest #CADEC4
RGB
CMYK
RGB Variations
Color information
#CADEC4 (or 0xCADEC4) is known color: Surf Crest. HEX triplet: CA, DE and C4. RGB value is (202,222,196). Sum of RGB (Red+Green+Blue) = 202+222+196=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 196 (76.95% from 255 or 31.61% from 620); Max value from RGB is 222 - color contains mainly: green. Hex color #CADEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADEC4 is #35213B. Grayscale: #D5D5D5. Windows color (decimal): -3481916 or 12902090. OLE color: 12902090.
HSL color Cylindrical-coordinate representation of color #CADEC4: hue angle of 106.15º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CADEC4 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 222 | 196 | - |
CMYK | 0.09 | 0 | 0.12 | 0.13 |
HSL | 106.15º | 0.28% | 0.82% | - |
HSV(B) | 106.15º | 0.12% | 0.87% | - |
XYZ | 60.44 | 68.78 | 62.32 | - |
YUV | 213.06 | 118.37 | 120.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 222 | 196 | 0.09 | 0 | 0.12 | 0.13 | 106.15 | 0.28 | 0.82 |
Hex | CA | DE | C4 | 9 | 0 | C | D | 6A | 1C | 52 |
Octal | 312 | 336 | 304 | 11 | 0 | 14 | 15 | 152 | 34 | 122 |
Binary | 11001010 | 11011110 | 11000100 | 1001 | 0 | 1100 | 1101 | 1101010 | 11100 | 1010010 |
Color Harmonies of #CADEC4
Complementary color
Monochromatic Colors of #CADEC4
Black with #CADEC4
Text Example
Text Example
White with #CADEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADEC4; }
p { color: rgb(202,222,196); }
H1.HeaderClassName
{
color: #CADEC4;
}
.AnyTagClassName
{
color: #CADEC4;
}
</style>
background-color css
<style>
a { background-color: #CADEC4; }
a { background-color: rgb(202,222,196); }
div.DivClassName
{
background-color: #CADEC4;
}
.BgClassName
{
background-color: #CADEC4;
}
</style>
border-color css
<style>
span { border-color: #CADEC4; }
span { border-color: rgb(202,222,196); }
td.TdClassName
{
border-color: #CADEC4;
}
.TagClassName
{
border-color: #CADEC4;
}
</style>