Shades of Surf Crest #CADFBC
Tints of Surf Crest #CADFBC
RGB
CMYK
RGB Variations
Color information
#CADFBC (or 0xCADFBC) is known color: Surf Crest. HEX triplet: CA, DF and BC. RGB value is (202,223,188). Sum of RGB (Red+Green+Blue) = 202+223+188=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 188 (73.83% from 255 or 30.67% from 613); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADFBC is #352043. Grayscale: #D4D4D4. Windows color (decimal): -3481668 or 12378058. OLE color: 12378058.
HSL color Cylindrical-coordinate representation of color #CADFBC: hue angle of 96º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CADFBC is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 223 | 188 | - |
CMYK | 0.09 | 0 | 0.16 | 0.13 |
HSL | 96º | 0.35% | 0.81% | - |
HSV(B) | 96º | 0.16% | 0.87% | - |
XYZ | 59.82 | 68.96 | 57.74 | - |
YUV | 212.73 | 114.04 | 120.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 223 | 188 | 0.09 | 0 | 0.16 | 0.13 | 96 | 0.35 | 0.81 |
Hex | CA | DF | BC | 9 | 0 | 10 | D | 60 | 23 | 51 |
Octal | 312 | 337 | 274 | 11 | 0 | 20 | 15 | 140 | 43 | 121 |
Binary | 11001010 | 11011111 | 10111100 | 1001 | 0 | 10000 | 1101 | 1100000 | 100011 | 1010001 |
Color Harmonies of #CADFBC
Complementary color
Monochromatic Colors of #CADFBC
Black with #CADFBC
Text Example
Text Example
White with #CADFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADFBC; }
p { color: rgb(202,223,188); }
H1.HeaderClassName
{
color: #CADFBC;
}
.AnyTagClassName
{
color: #CADFBC;
}
</style>
background-color css
<style>
a { background-color: #CADFBC; }
a { background-color: rgb(202,223,188); }
div.DivClassName
{
background-color: #CADFBC;
}
.BgClassName
{
background-color: #CADFBC;
}
</style>
border-color css
<style>
span { border-color: #CADFBC; }
span { border-color: rgb(202,223,188); }
td.TdClassName
{
border-color: #CADFBC;
}
.TagClassName
{
border-color: #CADFBC;
}
</style>