Shades of Reef #CFDDA2
Tints of Reef #CFDDA2
RGB
CMYK
RGB Variations
Color information
#CFDDA2 (or 0xCFDDA2) is known color: Reef. HEX triplet: CF, DD and A2. RGB value is (207,221,162). Sum of RGB (Red+Green+Blue) = 207+221+162=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 162 (63.67% from 255 or 27.46% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDDA2 is #30225D. Grayscale: #D2D2D2. Windows color (decimal): -3154526 or 10673615. OLE color: 10673615.
HSL color Cylindrical-coordinate representation of color #CFDDA2: hue angle of 74.24º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFDDA2 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 162 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.13 |
| HSL | 74.24º | 0.46% | 0.75% | - |
| HSV(B) | 74.24º | 0.27% | 0.87% | - |
| XYZ | 58.11 | 67.59 | 44.17 | - |
| YUV | 210.09 | 100.86 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 162 | 0.06 | 0 | 0.27 | 0.13 | 74.24 | 0.46 | 0.75 |
| Hex | CF | DD | A2 | 6 | 0 | 1B | D | 4A | 2E | 4B |
| Octal | 317 | 335 | 242 | 6 | 0 | 33 | 15 | 112 | 56 | 113 |
| Binary | 11001111 | 11011101 | 10100010 | 110 | 0 | 11011 | 1101 | 1001010 | 101110 | 1001011 |
Color Harmonies of #CFDDA2
Complementary color
Monochromatic Colors of #CFDDA2
Black with #CFDDA2
Text Example
Text Example
White with #CFDDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDDA2; }
p { color: rgb(207,221,162); }
H1.HeaderClassName
{
color: #CFDDA2;
}
.AnyTagClassName
{
color: #CFDDA2;
}
</style>
background-color css
<style>
a { background-color: #CFDDA2; }
a { background-color: rgb(207,221,162); }
div.DivClassName
{
background-color: #CFDDA2;
}
.BgClassName
{
background-color: #CFDDA2;
}
</style>
border-color css
<style>
span { border-color: #CFDDA2; }
span { border-color: rgb(207,221,162); }
td.TdClassName
{
border-color: #CFDDA2;
}
.TagClassName
{
border-color: #CFDDA2;
}
</style>