Shades of Reef #CFE6AD
Tints of Reef #CFE6AD
RGB
CMYK
RGB Variations
Color information
#CFE6AD (or 0xCFE6AD) is known color: Reef. HEX triplet: CF, E6 and AD. RGB value is (207,230,173). Sum of RGB (Red+Green+Blue) = 207+230+173=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 230 (90.23% from 255 or 37.70% from 610); Blue value is 173 (67.97% from 255 or 28.36% from 610); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE6AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE6AD is #301952. Grayscale: #D8D8D8. Windows color (decimal): -3152211 or 11396815. OLE color: 11396815.
HSL color Cylindrical-coordinate representation of color #CFE6AD: hue angle of 84.21º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFE6AD is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 230 | 173 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.10 |
| HSL | 84.21º | 0.53% | 0.79% | - |
| HSV(B) | 84.21º | 0.25% | 0.9% | - |
| XYZ | 61.57 | 72.88 | 50.36 | - |
| YUV | 216.63 | 103.38 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 230 | 173 | 0.10 | 0 | 0.25 | 0.10 | 84.21 | 0.53 | 0.79 |
| Hex | CF | E6 | AD | A | 0 | 19 | A | 54 | 35 | 4F |
| Octal | 317 | 346 | 255 | 12 | 0 | 31 | 12 | 124 | 65 | 117 |
| Binary | 11001111 | 11100110 | 10101101 | 1010 | 0 | 11001 | 1010 | 1010100 | 110101 | 1001111 |
Color Harmonies of #CFE6AD
Complementary color
Monochromatic Colors of #CFE6AD
Black with #CFE6AD
Text Example
Text Example
White with #CFE6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE6AD; }
p { color: rgb(207,230,173); }
H1.HeaderClassName
{
color: #CFE6AD;
}
.AnyTagClassName
{
color: #CFE6AD;
}
</style>
background-color css
<style>
a { background-color: #CFE6AD; }
a { background-color: rgb(207,230,173); }
div.DivClassName
{
background-color: #CFE6AD;
}
.BgClassName
{
background-color: #CFE6AD;
}
</style>
border-color css
<style>
span { border-color: #CFE6AD; }
span { border-color: rgb(207,230,173); }
td.TdClassName
{
border-color: #CFE6AD;
}
.TagClassName
{
border-color: #CFE6AD;
}
</style>