Shades of Surf Crest #CADDC8
Tints of Surf Crest #CADDC8
RGB
CMYK
RGB Variations
Color information
#CADDC8 (or 0xCADDC8) is known color: Surf Crest. HEX triplet: CA, DD and C8. RGB value is (202,221,200). Sum of RGB (Red+Green+Blue) = 202+221+200=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 200 (78.52% from 255 or 32.10% from 623); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDC8 is #352237. Grayscale: #D4D4D4. Windows color (decimal): -3482168 or 13163978. OLE color: 13163978.
HSL color Cylindrical-coordinate representation of color #CADDC8: hue angle of 114.29º degrees, saturation: 0.24, 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 #CADDC8 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 221 | 200 | - |
CMYK | 0.09 | 0 | 0.10 | 0.13 |
HSL | 114.29º | 0.24% | 0.83% | - |
HSV(B) | 114.29º | 0.1% | 0.87% | - |
XYZ | 60.64 | 68.44 | 64.66 | - |
YUV | 212.93 | 120.71 | 120.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 221 | 200 | 0.09 | 0 | 0.10 | 0.13 | 114.29 | 0.24 | 0.83 |
Hex | CA | DD | C8 | 9 | 0 | A | D | 72 | 18 | 53 |
Octal | 312 | 335 | 310 | 11 | 0 | 12 | 15 | 162 | 30 | 123 |
Binary | 11001010 | 11011101 | 11001000 | 1001 | 0 | 1010 | 1101 | 1110010 | 11000 | 1010011 |
Color Harmonies of #CADDC8
Complementary color
Monochromatic Colors of #CADDC8
Black with #CADDC8
Text Example
Text Example
White with #CADDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDC8; }
p { color: rgb(202,221,200); }
H1.HeaderClassName
{
color: #CADDC8;
}
.AnyTagClassName
{
color: #CADDC8;
}
</style>
background-color css
<style>
a { background-color: #CADDC8; }
a { background-color: rgb(202,221,200); }
div.DivClassName
{
background-color: #CADDC8;
}
.BgClassName
{
background-color: #CADDC8;
}
</style>
border-color css
<style>
span { border-color: #CADDC8; }
span { border-color: rgb(202,221,200); }
td.TdClassName
{
border-color: #CADDC8;
}
.TagClassName
{
border-color: #CADDC8;
}
</style>