Shades of Surf Crest #CADDC2
Tints of Surf Crest #CADDC2
RGB
CMYK
RGB Variations
Color information
#CADDC2 (or 0xCADDC2) is known color: Surf Crest. HEX triplet: CA, DD and C2. RGB value is (202,221,194). Sum of RGB (Red+Green+Blue) = 202+221+194=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 194 (76.17% from 255 or 31.44% from 617); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDC2 is #35223D. Grayscale: #D4D4D4. Windows color (decimal): -3482174 or 12770762. OLE color: 12770762.
HSL color Cylindrical-coordinate representation of color #CADDC2: hue angle of 102.22º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CADDC2 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 221 | 194 | - |
CMYK | 0.09 | 0 | 0.12 | 0.13 |
HSL | 102.22º | 0.28% | 0.81% | - |
HSV(B) | 102.22º | 0.12% | 0.87% | - |
XYZ | 59.95 | 68.16 | 61.04 | - |
YUV | 212.24 | 117.71 | 120.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 221 | 194 | 0.09 | 0 | 0.12 | 0.13 | 102.22 | 0.28 | 0.81 |
Hex | CA | DD | C2 | 9 | 0 | C | D | 66 | 1C | 51 |
Octal | 312 | 335 | 302 | 11 | 0 | 14 | 15 | 146 | 34 | 121 |
Binary | 11001010 | 11011101 | 11000010 | 1001 | 0 | 1100 | 1101 | 1100110 | 11100 | 1010001 |
Color Harmonies of #CADDC2
Complementary color
Monochromatic Colors of #CADDC2
Black with #CADDC2
Text Example
Text Example
White with #CADDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDC2; }
p { color: rgb(202,221,194); }
H1.HeaderClassName
{
color: #CADDC2;
}
.AnyTagClassName
{
color: #CADDC2;
}
</style>
background-color css
<style>
a { background-color: #CADDC2; }
a { background-color: rgb(202,221,194); }
div.DivClassName
{
background-color: #CADDC2;
}
.BgClassName
{
background-color: #CADDC2;
}
</style>
border-color css
<style>
span { border-color: #CADDC2; }
span { border-color: rgb(202,221,194); }
td.TdClassName
{
border-color: #CADDC2;
}
.TagClassName
{
border-color: #CADDC2;
}
</style>