Shades of Reef #CFDB9C
Tints of Reef #CFDB9C
RGB
CMYK
RGB Variations
Color information
#CFDB9C (or 0xCFDB9C) is known color: Reef. HEX triplet: CF, DB and 9C. RGB value is (207,219,156). Sum of RGB (Red+Green+Blue) = 207+219+156=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 156 (61.33% from 255 or 26.80% from 582); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDB9C is #302463. Grayscale: #D0D0D0. Windows color (decimal): -3155044 or 10279887. OLE color: 10279887.
HSL color Cylindrical-coordinate representation of color #CFDB9C: hue angle of 71.43º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFDB9C is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 156 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.14 |
| HSL | 71.43º | 0.47% | 0.74% | - |
| HSV(B) | 71.43º | 0.29% | 0.86% | - |
| XYZ | 57.06 | 66.33 | 41.25 | - |
| YUV | 208.23 | 98.52 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 156 | 0.05 | 0 | 0.29 | 0.14 | 71.43 | 0.47 | 0.74 |
| Hex | CF | DB | 9C | 5 | 0 | 1D | E | 47 | 2F | 4A |
| Octal | 317 | 333 | 234 | 5 | 0 | 35 | 16 | 107 | 57 | 112 |
| Binary | 11001111 | 11011011 | 10011100 | 101 | 0 | 11101 | 1110 | 1000111 | 101111 | 1001010 |
Color Harmonies of #CFDB9C
Complementary color
Monochromatic Colors of #CFDB9C
Black with #CFDB9C
Text Example
Text Example
White with #CFDB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB9C; }
p { color: rgb(207,219,156); }
H1.HeaderClassName
{
color: #CFDB9C;
}
.AnyTagClassName
{
color: #CFDB9C;
}
</style>
background-color css
<style>
a { background-color: #CFDB9C; }
a { background-color: rgb(207,219,156); }
div.DivClassName
{
background-color: #CFDB9C;
}
.BgClassName
{
background-color: #CFDB9C;
}
</style>
border-color css
<style>
span { border-color: #CFDB9C; }
span { border-color: rgb(207,219,156); }
td.TdClassName
{
border-color: #CFDB9C;
}
.TagClassName
{
border-color: #CFDB9C;
}
</style>