Shades of Surf Crest #CADFBE
Tints of Surf Crest #CADFBE
RGB
CMYK
RGB Variations
Color information
#CADFBE (or 0xCADFBE) is known color: Surf Crest. HEX triplet: CA, DF and BE. RGB value is (202,223,190). Sum of RGB (Red+Green+Blue) = 202+223+190=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADFBE is #352041. Grayscale: #D5D5D5. Windows color (decimal): -3481666 or 12509130. OLE color: 12509130.
HSL color Cylindrical-coordinate representation of color #CADFBE: hue angle of 98.18º degrees, saturation: 0.34, 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 #CADFBE is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 223 | 190 | - |
CMYK | 0.09 | 0 | 0.15 | 0.13 |
HSL | 98.18º | 0.34% | 0.81% | - |
HSV(B) | 98.18º | 0.15% | 0.87% | - |
XYZ | 60.04 | 69.05 | 58.88 | - |
YUV | 212.96 | 115.04 | 120.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 223 | 190 | 0.09 | 0 | 0.15 | 0.13 | 98.18 | 0.34 | 0.81 |
Hex | CA | DF | BE | 9 | 0 | F | D | 62 | 22 | 51 |
Octal | 312 | 337 | 276 | 11 | 0 | 17 | 15 | 142 | 42 | 121 |
Binary | 11001010 | 11011111 | 10111110 | 1001 | 0 | 1111 | 1101 | 1100010 | 100010 | 1010001 |
Color Harmonies of #CADFBE
Complementary color
Monochromatic Colors of #CADFBE
Black with #CADFBE
Text Example
Text Example
White with #CADFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADFBE; }
p { color: rgb(202,223,190); }
H1.HeaderClassName
{
color: #CADFBE;
}
.AnyTagClassName
{
color: #CADFBE;
}
</style>
background-color css
<style>
a { background-color: #CADFBE; }
a { background-color: rgb(202,223,190); }
div.DivClassName
{
background-color: #CADFBE;
}
.BgClassName
{
background-color: #CADFBE;
}
</style>
border-color css
<style>
span { border-color: #CADFBE; }
span { border-color: rgb(202,223,190); }
td.TdClassName
{
border-color: #CADFBE;
}
.TagClassName
{
border-color: #CADFBE;
}
</style>