Shades of Reef #CFE3AD
Tints of Reef #CFE3AD
RGB
CMYK
RGB Variations
Color information
#CFE3AD (or 0xCFE3AD) is known color: Reef. HEX triplet: CF, E3 and AD. RGB value is (207,227,173). Sum of RGB (Red+Green+Blue) = 207+227+173=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 227 (89.06% from 255 or 37.40% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE3AD is #301C52. Grayscale: #D7D7D7. Windows color (decimal): -3152979 or 11396047. OLE color: 11396047.
HSL color Cylindrical-coordinate representation of color #CFE3AD: hue angle of 82.22º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFE3AD is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 173 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.11 |
| HSL | 82.22º | 0.49% | 0.78% | - |
| HSV(B) | 82.22º | 0.24% | 0.89% | - |
| XYZ | 60.74 | 71.22 | 50.08 | - |
| YUV | 214.86 | 104.37 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 173 | 0.09 | 0 | 0.24 | 0.11 | 82.22 | 0.49 | 0.78 |
| Hex | CF | E3 | AD | 9 | 0 | 18 | B | 52 | 31 | 4E |
| Octal | 317 | 343 | 255 | 11 | 0 | 30 | 13 | 122 | 61 | 116 |
| Binary | 11001111 | 11100011 | 10101101 | 1001 | 0 | 11000 | 1011 | 1010010 | 110001 | 1001110 |
Color Harmonies of #CFE3AD
Complementary color
Monochromatic Colors of #CFE3AD
Black with #CFE3AD
Text Example
Text Example
White with #CFE3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE3AD; }
p { color: rgb(207,227,173); }
H1.HeaderClassName
{
color: #CFE3AD;
}
.AnyTagClassName
{
color: #CFE3AD;
}
</style>
background-color css
<style>
a { background-color: #CFE3AD; }
a { background-color: rgb(207,227,173); }
div.DivClassName
{
background-color: #CFE3AD;
}
.BgClassName
{
background-color: #CFE3AD;
}
</style>
border-color css
<style>
span { border-color: #CFE3AD; }
span { border-color: rgb(207,227,173); }
td.TdClassName
{
border-color: #CFE3AD;
}
.TagClassName
{
border-color: #CFE3AD;
}
</style>