Shades of Reef #CFDD9D
Tints of Reef #CFDD9D
RGB
CMYK
RGB Variations
Color information
#CFDD9D (or 0xCFDD9D) is known color: Reef. HEX triplet: CF, DD and 9D. RGB value is (207,221,157). Sum of RGB (Red+Green+Blue) = 207+221+157=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 157 (61.72% from 255 or 26.84% from 585); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDD9D is #302262. Grayscale: #D1D1D1. Windows color (decimal): -3154531 or 10345935. OLE color: 10345935.
HSL color Cylindrical-coordinate representation of color #CFDD9D: hue angle of 73.12º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFDD9D is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 157 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.13 |
| HSL | 73.13º | 0.48% | 0.74% | - |
| HSV(B) | 73.13º | 0.29% | 0.87% | - |
| XYZ | 57.67 | 67.41 | 41.87 | - |
| YUV | 209.52 | 98.36 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 157 | 0.06 | 0 | 0.29 | 0.13 | 73.13 | 0.48 | 0.74 |
| Hex | CF | DD | 9D | 6 | 0 | 1D | D | 49 | 30 | 4A |
| Octal | 317 | 335 | 235 | 6 | 0 | 35 | 15 | 111 | 60 | 112 |
| Binary | 11001111 | 11011101 | 10011101 | 110 | 0 | 11101 | 1101 | 1001001 | 110000 | 1001010 |
Color Harmonies of #CFDD9D
Complementary color
Monochromatic Colors of #CFDD9D
Black with #CFDD9D
Text Example
Text Example
White with #CFDD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD9D; }
p { color: rgb(207,221,157); }
H1.HeaderClassName
{
color: #CFDD9D;
}
.AnyTagClassName
{
color: #CFDD9D;
}
</style>
background-color css
<style>
a { background-color: #CFDD9D; }
a { background-color: rgb(207,221,157); }
div.DivClassName
{
background-color: #CFDD9D;
}
.BgClassName
{
background-color: #CFDD9D;
}
</style>
border-color css
<style>
span { border-color: #CFDD9D; }
span { border-color: rgb(207,221,157); }
td.TdClassName
{
border-color: #CFDD9D;
}
.TagClassName
{
border-color: #CFDD9D;
}
</style>