Shades of Surf Crest #CADFBD
Tints of Surf Crest #CADFBD
RGB
CMYK
RGB Variations
Color information
#CADFBD (or 0xCADFBD) is known color: Surf Crest. HEX triplet: CA, DF and BD. RGB value is (202,223,189). Sum of RGB (Red+Green+Blue) = 202+223+189=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 189 (74.22% from 255 or 30.78% from 614); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADFBD is #352042. Grayscale: #D4D4D4. Windows color (decimal): -3481667 or 12443594. OLE color: 12443594.
HSL color Cylindrical-coordinate representation of color #CADFBD: hue angle of 97.06º degrees, saturation: 0.35, 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 #CADFBD is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 223 | 189 | - |
CMYK | 0.09 | 0 | 0.15 | 0.13 |
HSL | 97.06º | 0.35% | 0.81% | - |
HSV(B) | 97.06º | 0.15% | 0.87% | - |
XYZ | 59.93 | 69.01 | 58.3 | - |
YUV | 212.85 | 114.54 | 120.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 223 | 189 | 0.09 | 0 | 0.15 | 0.13 | 97.06 | 0.35 | 0.81 |
Hex | CA | DF | BD | 9 | 0 | F | D | 61 | 23 | 51 |
Octal | 312 | 337 | 275 | 11 | 0 | 17 | 15 | 141 | 43 | 121 |
Binary | 11001010 | 11011111 | 10111101 | 1001 | 0 | 1111 | 1101 | 1100001 | 100011 | 1010001 |
Color Harmonies of #CADFBD
Complementary color
Monochromatic Colors of #CADFBD
Black with #CADFBD
Text Example
Text Example
White with #CADFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADFBD; }
p { color: rgb(202,223,189); }
H1.HeaderClassName
{
color: #CADFBD;
}
.AnyTagClassName
{
color: #CADFBD;
}
</style>
background-color css
<style>
a { background-color: #CADFBD; }
a { background-color: rgb(202,223,189); }
div.DivClassName
{
background-color: #CADFBD;
}
.BgClassName
{
background-color: #CADFBD;
}
</style>
border-color css
<style>
span { border-color: #CADFBD; }
span { border-color: rgb(202,223,189); }
td.TdClassName
{
border-color: #CADFBD;
}
.TagClassName
{
border-color: #CADFBD;
}
</style>