Shades of Surf Crest #CADFC3
Tints of Surf Crest #CADFC3
RGB
CMYK
RGB Variations
Color information
#CADFC3 (or 0xCADFC3) is known color: Surf Crest. HEX triplet: CA, DF and C3. RGB value is (202,223,195). Sum of RGB (Red+Green+Blue) = 202+223+195=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 195 (76.56% from 255 or 31.45% from 620); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADFC3 is #35203C. Grayscale: #D5D5D5. Windows color (decimal): -3481661 or 12836810. OLE color: 12836810.
HSL color Cylindrical-coordinate representation of color #CADFC3: hue angle of 105º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CADFC3 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 223 | 195 | - |
CMYK | 0.09 | 0 | 0.13 | 0.13 |
HSL | 105º | 0.3% | 0.82% | - |
HSV(B) | 105º | 0.13% | 0.87% | - |
XYZ | 60.6 | 69.27 | 61.81 | - |
YUV | 213.53 | 117.54 | 119.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 223 | 195 | 0.09 | 0 | 0.13 | 0.13 | 105 | 0.3 | 0.82 |
Hex | CA | DF | C3 | 9 | 0 | D | D | 69 | 1E | 52 |
Octal | 312 | 337 | 303 | 11 | 0 | 15 | 15 | 151 | 36 | 122 |
Binary | 11001010 | 11011111 | 11000011 | 1001 | 0 | 1101 | 1101 | 1101001 | 11110 | 1010010 |
Color Harmonies of #CADFC3
Complementary color
Monochromatic Colors of #CADFC3
Black with #CADFC3
Text Example
Text Example
White with #CADFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADFC3; }
p { color: rgb(202,223,195); }
H1.HeaderClassName
{
color: #CADFC3;
}
.AnyTagClassName
{
color: #CADFC3;
}
</style>
background-color css
<style>
a { background-color: #CADFC3; }
a { background-color: rgb(202,223,195); }
div.DivClassName
{
background-color: #CADFC3;
}
.BgClassName
{
background-color: #CADFC3;
}
</style>
border-color css
<style>
span { border-color: #CADFC3; }
span { border-color: rgb(202,223,195); }
td.TdClassName
{
border-color: #CADFC3;
}
.TagClassName
{
border-color: #CADFC3;
}
</style>