Shades of Reef #CFDF9A
Tints of Reef #CFDF9A
RGB
CMYK
RGB Variations
Color information
#CFDF9A (or 0xCFDF9A) is known color: Reef. HEX triplet: CF, DF and 9A. RGB value is (207,223,154). Sum of RGB (Red+Green+Blue) = 207+223+154=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 154 (60.55% from 255 or 26.37% from 584); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDF9A is #302065. Grayscale: #D2D2D2. Windows color (decimal): -3154022 or 10149839. OLE color: 10149839.
HSL color Cylindrical-coordinate representation of color #CFDF9A: hue angle of 73.91º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFDF9A is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 154 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.13 |
| HSL | 73.91º | 0.52% | 0.74% | - |
| HSV(B) | 73.91º | 0.31% | 0.87% | - |
| XYZ | 57.95 | 68.37 | 40.71 | - |
| YUV | 210.35 | 96.2 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 154 | 0.07 | 0 | 0.31 | 0.13 | 73.91 | 0.52 | 0.74 |
| Hex | CF | DF | 9A | 7 | 0 | 1F | D | 4A | 34 | 4A |
| Octal | 317 | 337 | 232 | 7 | 0 | 37 | 15 | 112 | 64 | 112 |
| Binary | 11001111 | 11011111 | 10011010 | 111 | 0 | 11111 | 1101 | 1001010 | 110100 | 1001010 |
Color Harmonies of #CFDF9A
Complementary color
Monochromatic Colors of #CFDF9A
Black with #CFDF9A
Text Example
Text Example
White with #CFDF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF9A; }
p { color: rgb(207,223,154); }
H1.HeaderClassName
{
color: #CFDF9A;
}
.AnyTagClassName
{
color: #CFDF9A;
}
</style>
background-color css
<style>
a { background-color: #CFDF9A; }
a { background-color: rgb(207,223,154); }
div.DivClassName
{
background-color: #CFDF9A;
}
.BgClassName
{
background-color: #CFDF9A;
}
</style>
border-color css
<style>
span { border-color: #CFDF9A; }
span { border-color: rgb(207,223,154); }
td.TdClassName
{
border-color: #CFDF9A;
}
.TagClassName
{
border-color: #CFDF9A;
}
</style>