Shades of Surf Crest #CADDC6
Tints of Surf Crest #CADDC6
RGB
CMYK
RGB Variations
Color information
#CADDC6 (or 0xCADDC6) is known color: Surf Crest. HEX triplet: CA, DD and C6. RGB value is (202,221,198). Sum of RGB (Red+Green+Blue) = 202+221+198=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 198 (77.73% from 255 or 31.88% from 621); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDC6 is #352239. Grayscale: #D4D4D4. Windows color (decimal): -3482170 or 13032906. OLE color: 13032906.
HSL color Cylindrical-coordinate representation of color #CADDC6: hue angle of 109.57º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CADDC6 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 221 | 198 | - |
CMYK | 0.09 | 0 | 0.10 | 0.13 |
HSL | 109.57º | 0.25% | 0.82% | - |
HSV(B) | 109.57º | 0.1% | 0.87% | - |
XYZ | 60.41 | 68.35 | 63.43 | - |
YUV | 212.7 | 119.71 | 120.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 221 | 198 | 0.09 | 0 | 0.10 | 0.13 | 109.57 | 0.25 | 0.82 |
Hex | CA | DD | C6 | 9 | 0 | A | D | 6E | 19 | 52 |
Octal | 312 | 335 | 306 | 11 | 0 | 12 | 15 | 156 | 31 | 122 |
Binary | 11001010 | 11011101 | 11000110 | 1001 | 0 | 1010 | 1101 | 1101110 | 11001 | 1010010 |
Color Harmonies of #CADDC6
Complementary color
Monochromatic Colors of #CADDC6
Black with #CADDC6
Text Example
Text Example
White with #CADDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDC6; }
p { color: rgb(202,221,198); }
H1.HeaderClassName
{
color: #CADDC6;
}
.AnyTagClassName
{
color: #CADDC6;
}
</style>
background-color css
<style>
a { background-color: #CADDC6; }
a { background-color: rgb(202,221,198); }
div.DivClassName
{
background-color: #CADDC6;
}
.BgClassName
{
background-color: #CADDC6;
}
</style>
border-color css
<style>
span { border-color: #CADDC6; }
span { border-color: rgb(202,221,198); }
td.TdClassName
{
border-color: #CADDC6;
}
.TagClassName
{
border-color: #CADDC6;
}
</style>