Shades of Reef #CFDEB0
Tints of Reef #CFDEB0
RGB
CMYK
RGB Variations
Color information
#CFDEB0 (or 0xCFDEB0) is known color: Reef. HEX triplet: CF, DE and B0. RGB value is (207,222,176). Sum of RGB (Red+Green+Blue) = 207+222+176=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 176 (69.14% from 255 or 29.09% from 605); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDEB0 is #30214F. Grayscale: #D4D4D4. Windows color (decimal): -3154256 or 11591375. OLE color: 11591375.
HSL color Cylindrical-coordinate representation of color #CFDEB0: hue angle of 79.57º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFDEB0 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 176 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.13 |
| HSL | 79.57º | 0.41% | 0.78% | - |
| HSV(B) | 79.57º | 0.21% | 0.87% | - |
| XYZ | 59.69 | 68.64 | 51.18 | - |
| YUV | 212.27 | 107.53 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 176 | 0.07 | 0 | 0.21 | 0.13 | 79.57 | 0.41 | 0.78 |
| Hex | CF | DE | B0 | 7 | 0 | 15 | D | 50 | 29 | 4E |
| Octal | 317 | 336 | 260 | 7 | 0 | 25 | 15 | 120 | 51 | 116 |
| Binary | 11001111 | 11011110 | 10110000 | 111 | 0 | 10101 | 1101 | 1010000 | 101001 | 1001110 |
Color Harmonies of #CFDEB0
Complementary color
Monochromatic Colors of #CFDEB0
Black with #CFDEB0
Text Example
Text Example
White with #CFDEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDEB0; }
p { color: rgb(207,222,176); }
H1.HeaderClassName
{
color: #CFDEB0;
}
.AnyTagClassName
{
color: #CFDEB0;
}
</style>
background-color css
<style>
a { background-color: #CFDEB0; }
a { background-color: rgb(207,222,176); }
div.DivClassName
{
background-color: #CFDEB0;
}
.BgClassName
{
background-color: #CFDEB0;
}
</style>
border-color css
<style>
span { border-color: #CFDEB0; }
span { border-color: rgb(207,222,176); }
td.TdClassName
{
border-color: #CFDEB0;
}
.TagClassName
{
border-color: #CFDEB0;
}
</style>