Shades of Reef #CFDEA2
Tints of Reef #CFDEA2
RGB
CMYK
RGB Variations
Color information
#CFDEA2 (or 0xCFDEA2) is known color: Reef. HEX triplet: CF, DE and A2. RGB value is (207,222,162). Sum of RGB (Red+Green+Blue) = 207+222+162=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 162 (63.67% from 255 or 27.41% from 591); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDEA2 is #30215D. Grayscale: #D2D2D2. Windows color (decimal): -3154270 or 10673871. OLE color: 10673871.
HSL color Cylindrical-coordinate representation of color #CFDEA2: hue angle of 75º degrees, saturation: 0.48, 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 #CFDEA2 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 162 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.13 |
| HSL | 75º | 0.48% | 0.75% | - |
| HSV(B) | 75º | 0.27% | 0.87% | - |
| XYZ | 58.38 | 68.12 | 44.25 | - |
| YUV | 210.68 | 100.53 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 162 | 0.07 | 0 | 0.27 | 0.13 | 75 | 0.48 | 0.75 |
| Hex | CF | DE | A2 | 7 | 0 | 1B | D | 4B | 30 | 4B |
| Octal | 317 | 336 | 242 | 7 | 0 | 33 | 15 | 113 | 60 | 113 |
| Binary | 11001111 | 11011110 | 10100010 | 111 | 0 | 11011 | 1101 | 1001011 | 110000 | 1001011 |
Color Harmonies of #CFDEA2
Complementary color
Monochromatic Colors of #CFDEA2
Black with #CFDEA2
Text Example
Text Example
White with #CFDEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDEA2; }
p { color: rgb(207,222,162); }
H1.HeaderClassName
{
color: #CFDEA2;
}
.AnyTagClassName
{
color: #CFDEA2;
}
</style>
background-color css
<style>
a { background-color: #CFDEA2; }
a { background-color: rgb(207,222,162); }
div.DivClassName
{
background-color: #CFDEA2;
}
.BgClassName
{
background-color: #CFDEA2;
}
</style>
border-color css
<style>
span { border-color: #CFDEA2; }
span { border-color: rgb(207,222,162); }
td.TdClassName
{
border-color: #CFDEA2;
}
.TagClassName
{
border-color: #CFDEA2;
}
</style>