Shades of Surf Crest #CADDC7
Tints of Surf Crest #CADDC7
RGB
CMYK
RGB Variations
Color information
#CADDC7 (or 0xCADDC7) is known color: Surf Crest. HEX triplet: CA, DD and C7. RGB value is (202,221,199). Sum of RGB (Red+Green+Blue) = 202+221+199=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 199 (78.12% from 255 or 31.99% from 622); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDC7 is #352238. Grayscale: #D4D4D4. Windows color (decimal): -3482169 or 13098442. OLE color: 13098442.
HSL color Cylindrical-coordinate representation of color #CADDC7: hue angle of 111.82º degrees, saturation: 0.24, 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 #CADDC7 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 221 | 199 | - |
CMYK | 0.09 | 0 | 0.10 | 0.13 |
HSL | 111.82º | 0.24% | 0.82% | - |
HSV(B) | 111.82º | 0.1% | 0.87% | - |
XYZ | 60.52 | 68.39 | 64.04 | - |
YUV | 212.81 | 120.21 | 120.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 221 | 199 | 0.09 | 0 | 0.10 | 0.13 | 111.82 | 0.24 | 0.82 |
Hex | CA | DD | C7 | 9 | 0 | A | D | 70 | 18 | 52 |
Octal | 312 | 335 | 307 | 11 | 0 | 12 | 15 | 160 | 30 | 122 |
Binary | 11001010 | 11011101 | 11000111 | 1001 | 0 | 1010 | 1101 | 1110000 | 11000 | 1010010 |
Color Harmonies of #CADDC7
Complementary color
Monochromatic Colors of #CADDC7
Black with #CADDC7
Text Example
Text Example
White with #CADDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDC7; }
p { color: rgb(202,221,199); }
H1.HeaderClassName
{
color: #CADDC7;
}
.AnyTagClassName
{
color: #CADDC7;
}
</style>
background-color css
<style>
a { background-color: #CADDC7; }
a { background-color: rgb(202,221,199); }
div.DivClassName
{
background-color: #CADDC7;
}
.BgClassName
{
background-color: #CADDC7;
}
</style>
border-color css
<style>
span { border-color: #CADDC7; }
span { border-color: rgb(202,221,199); }
td.TdClassName
{
border-color: #CADDC7;
}
.TagClassName
{
border-color: #CADDC7;
}
</style>