Shades of Reef #CFDFA2
Tints of Reef #CFDFA2
RGB
CMYK
RGB Variations
Color information
#CFDFA2 (or 0xCFDFA2) is known color: Reef. HEX triplet: CF, DF and A2. RGB value is (207,223,162). Sum of RGB (Red+Green+Blue) = 207+223+162=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 162 (63.67% from 255 or 27.36% from 592); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDFA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDFA2 is #30205D. Grayscale: #D3D3D3. Windows color (decimal): -3154014 or 10674127. OLE color: 10674127.
HSL color Cylindrical-coordinate representation of color #CFDFA2: hue angle of 75.74º degrees, saturation: 0.49, 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 #CFDFA2 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 162 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.13 |
| HSL | 75.74º | 0.49% | 0.75% | - |
| HSV(B) | 75.74º | 0.27% | 0.87% | - |
| XYZ | 58.64 | 68.65 | 44.34 | - |
| YUV | 211.26 | 100.2 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 162 | 0.07 | 0 | 0.27 | 0.13 | 75.74 | 0.49 | 0.75 |
| Hex | CF | DF | A2 | 7 | 0 | 1B | D | 4C | 31 | 4B |
| Octal | 317 | 337 | 242 | 7 | 0 | 33 | 15 | 114 | 61 | 113 |
| Binary | 11001111 | 11011111 | 10100010 | 111 | 0 | 11011 | 1101 | 1001100 | 110001 | 1001011 |
Color Harmonies of #CFDFA2
Complementary color
Monochromatic Colors of #CFDFA2
Black with #CFDFA2
Text Example
Text Example
White with #CFDFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDFA2; }
p { color: rgb(207,223,162); }
H1.HeaderClassName
{
color: #CFDFA2;
}
.AnyTagClassName
{
color: #CFDFA2;
}
</style>
background-color css
<style>
a { background-color: #CFDFA2; }
a { background-color: rgb(207,223,162); }
div.DivClassName
{
background-color: #CFDFA2;
}
.BgClassName
{
background-color: #CFDFA2;
}
</style>
border-color css
<style>
span { border-color: #CFDFA2; }
span { border-color: rgb(207,223,162); }
td.TdClassName
{
border-color: #CFDFA2;
}
.TagClassName
{
border-color: #CFDFA2;
}
</style>