Shades of Reef #CFDDA4
Tints of Reef #CFDDA4
RGB
CMYK
RGB Variations
Color information
#CFDDA4 (or 0xCFDDA4) is known color: Reef. HEX triplet: CF, DD and A4. RGB value is (207,221,164). Sum of RGB (Red+Green+Blue) = 207+221+164=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 164 (64.45% from 255 or 27.70% from 592); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDDA4 is #30225B. Grayscale: #D2D2D2. Windows color (decimal): -3154524 or 10804687. OLE color: 10804687.
HSL color Cylindrical-coordinate representation of color #CFDDA4: hue angle of 74.74º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFDDA4 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 164 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.13 |
| HSL | 74.74º | 0.46% | 0.75% | - |
| HSV(B) | 74.74º | 0.26% | 0.87% | - |
| XYZ | 58.29 | 67.66 | 45.11 | - |
| YUV | 210.32 | 101.86 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 164 | 0.06 | 0 | 0.26 | 0.13 | 74.74 | 0.46 | 0.75 |
| Hex | CF | DD | A4 | 6 | 0 | 1A | D | 4B | 2E | 4B |
| Octal | 317 | 335 | 244 | 6 | 0 | 32 | 15 | 113 | 56 | 113 |
| Binary | 11001111 | 11011101 | 10100100 | 110 | 0 | 11010 | 1101 | 1001011 | 101110 | 1001011 |
Color Harmonies of #CFDDA4
Complementary color
Monochromatic Colors of #CFDDA4
Black with #CFDDA4
Text Example
Text Example
White with #CFDDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDDA4; }
p { color: rgb(207,221,164); }
H1.HeaderClassName
{
color: #CFDDA4;
}
.AnyTagClassName
{
color: #CFDDA4;
}
</style>
background-color css
<style>
a { background-color: #CFDDA4; }
a { background-color: rgb(207,221,164); }
div.DivClassName
{
background-color: #CFDDA4;
}
.BgClassName
{
background-color: #CFDDA4;
}
</style>
border-color css
<style>
span { border-color: #CFDDA4; }
span { border-color: rgb(207,221,164); }
td.TdClassName
{
border-color: #CFDDA4;
}
.TagClassName
{
border-color: #CFDDA4;
}
</style>