Shades of Reef #CADDAC
Tints of Reef #CADDAC
RGB
CMYK
RGB Variations
Color information
#CADDAC (or 0xCADDAC) is known color: Reef. HEX triplet: CA, DD and AC. RGB value is (202,221,172). Sum of RGB (Red+Green+Blue) = 202+221+172=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 172 (67.58% from 255 or 28.91% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADDAC is #352253. Grayscale: #D1D1D1. Windows color (decimal): -3482196 or 11328970. OLE color: 11328970.
HSL color Cylindrical-coordinate representation of color #CADDAC: hue angle of 83.27º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CADDAC is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 221 | 172 | - |
CMYK | 0.09 | 0 | 0.22 | 0.13 |
HSL | 83.27º | 0.42% | 0.77% | - |
HSV(B) | 83.27º | 0.22% | 0.87% | - |
XYZ | 57.66 | 67.25 | 48.97 | - |
YUV | 209.73 | 106.71 | 122.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 221 | 172 | 0.09 | 0 | 0.22 | 0.13 | 83.27 | 0.42 | 0.77 |
Hex | CA | DD | AC | 9 | 0 | 16 | D | 53 | 2A | 4D |
Octal | 312 | 335 | 254 | 11 | 0 | 26 | 15 | 123 | 52 | 115 |
Binary | 11001010 | 11011101 | 10101100 | 1001 | 0 | 10110 | 1101 | 1010011 | 101010 | 1001101 |
Color Harmonies of #CADDAC
Complementary color
Monochromatic Colors of #CADDAC
Black with #CADDAC
Text Example
Text Example
White with #CADDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDAC; }
p { color: rgb(202,221,172); }
H1.HeaderClassName
{
color: #CADDAC;
}
.AnyTagClassName
{
color: #CADDAC;
}
</style>
background-color css
<style>
a { background-color: #CADDAC; }
a { background-color: rgb(202,221,172); }
div.DivClassName
{
background-color: #CADDAC;
}
.BgClassName
{
background-color: #CADDAC;
}
</style>
border-color css
<style>
span { border-color: #CADDAC; }
span { border-color: rgb(202,221,172); }
td.TdClassName
{
border-color: #CADDAC;
}
.TagClassName
{
border-color: #CADDAC;
}
</style>