Shades of Reef #CFDDA1
Tints of Reef #CFDDA1
RGB
CMYK
RGB Variations
Color information
#CFDDA1 (or 0xCFDDA1) is known color: Reef. HEX triplet: CF, DD and A1. RGB value is (207,221,161). Sum of RGB (Red+Green+Blue) = 207+221+161=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 161 (63.28% from 255 or 27.33% from 589); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDDA1 is #30225E. Grayscale: #D2D2D2. Windows color (decimal): -3154527 or 10608079. OLE color: 10608079.
HSL color Cylindrical-coordinate representation of color #CFDDA1: hue angle of 74º degrees, saturation: 0.47, 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 #CFDDA1 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 161 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.13 |
| HSL | 74º | 0.47% | 0.75% | - |
| HSV(B) | 74º | 0.27% | 0.87% | - |
| XYZ | 58.02 | 67.55 | 43.7 | - |
| YUV | 209.97 | 100.36 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 161 | 0.06 | 0 | 0.27 | 0.13 | 74 | 0.47 | 0.75 |
| Hex | CF | DD | A1 | 6 | 0 | 1B | D | 4A | 2F | 4B |
| Octal | 317 | 335 | 241 | 6 | 0 | 33 | 15 | 112 | 57 | 113 |
| Binary | 11001111 | 11011101 | 10100001 | 110 | 0 | 11011 | 1101 | 1001010 | 101111 | 1001011 |
Color Harmonies of #CFDDA1
Complementary color
Monochromatic Colors of #CFDDA1
Black with #CFDDA1
Text Example
Text Example
White with #CFDDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDDA1; }
p { color: rgb(207,221,161); }
H1.HeaderClassName
{
color: #CFDDA1;
}
.AnyTagClassName
{
color: #CFDDA1;
}
</style>
background-color css
<style>
a { background-color: #CFDDA1; }
a { background-color: rgb(207,221,161); }
div.DivClassName
{
background-color: #CFDDA1;
}
.BgClassName
{
background-color: #CFDDA1;
}
</style>
border-color css
<style>
span { border-color: #CFDDA1; }
span { border-color: rgb(207,221,161); }
td.TdClassName
{
border-color: #CFDDA1;
}
.TagClassName
{
border-color: #CFDDA1;
}
</style>