Shades of Surf Crest #CADFC8
Tints of Surf Crest #CADFC8
RGB
CMYK
RGB Variations
Color information
#CADFC8 (or 0xCADFC8) is known color: Surf Crest. HEX triplet: CA, DF and C8. RGB value is (202,223,200). Sum of RGB (Red+Green+Blue) = 202+223+200=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 200 (78.52% from 255 or 32% from 625); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADFC8 is #352037. Grayscale: #D6D6D6. Windows color (decimal): -3481656 or 13164490. OLE color: 13164490.
HSL color Cylindrical-coordinate representation of color #CADFC8: hue angle of 114.78º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CADFC8 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 223 | 200 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.13 |
| HSL | 114.78º | 0.26% | 0.83% | - |
| HSV(B) | 114.78º | 0.1% | 0.87% | - |
| XYZ | 61.17 | 69.5 | 64.83 | - |
| YUV | 214.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 223 | 200 | 0.09 | 0 | 0.10 | 0.13 | 114.78 | 0.26 | 0.83 |
| Hex | CA | DF | C8 | 9 | 0 | A | D | 73 | 1A | 53 |
| Octal | 312 | 337 | 310 | 11 | 0 | 12 | 15 | 163 | 32 | 123 |
| Binary | 11001010 | 11011111 | 11001000 | 1001 | 0 | 1010 | 1101 | 1110011 | 11010 | 1010011 |
Color Harmonies of #CADFC8
Complementary color
Monochromatic Colors of #CADFC8
Black with #CADFC8
Text Example
Text Example
White with #CADFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADFC8; }
p { color: rgb(202,223,200); }
H1.HeaderClassName
{
color: #CADFC8;
}
.AnyTagClassName
{
color: #CADFC8;
}
</style>
background-color css
<style>
a { background-color: #CADFC8; }
a { background-color: rgb(202,223,200); }
div.DivClassName
{
background-color: #CADFC8;
}
.BgClassName
{
background-color: #CADFC8;
}
</style>
border-color css
<style>
span { border-color: #CADFC8; }
span { border-color: rgb(202,223,200); }
td.TdClassName
{
border-color: #CADFC8;
}
.TagClassName
{
border-color: #CADFC8;
}
</style>