Shades of Reef #CFDCA5
Tints of Reef #CFDCA5
RGB
CMYK
RGB Variations
Color information
#CFDCA5 (or 0xCFDCA5) is known color: Reef. HEX triplet: CF, DC and A5. RGB value is (207,220,165). Sum of RGB (Red+Green+Blue) = 207+220+165=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 165 (64.84% from 255 or 27.87% from 592); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDCA5 is #30235A. Grayscale: #D2D2D2. Windows color (decimal): -3154779 or 10869967. OLE color: 10869967.
HSL color Cylindrical-coordinate representation of color #CFDCA5: hue angle of 74.18º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFDCA5 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 165 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.14 |
| HSL | 74.18º | 0.44% | 0.75% | - |
| HSV(B) | 74.18º | 0.25% | 0.86% | - |
| XYZ | 58.12 | 67.17 | 45.5 | - |
| YUV | 209.84 | 102.69 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 165 | 0.06 | 0 | 0.25 | 0.14 | 74.18 | 0.44 | 0.75 |
| Hex | CF | DC | A5 | 6 | 0 | 19 | E | 4A | 2C | 4B |
| Octal | 317 | 334 | 245 | 6 | 0 | 31 | 16 | 112 | 54 | 113 |
| Binary | 11001111 | 11011100 | 10100101 | 110 | 0 | 11001 | 1110 | 1001010 | 101100 | 1001011 |
Color Harmonies of #CFDCA5
Complementary color
Monochromatic Colors of #CFDCA5
Black with #CFDCA5
Text Example
Text Example
White with #CFDCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDCA5; }
p { color: rgb(207,220,165); }
H1.HeaderClassName
{
color: #CFDCA5;
}
.AnyTagClassName
{
color: #CFDCA5;
}
</style>
background-color css
<style>
a { background-color: #CFDCA5; }
a { background-color: rgb(207,220,165); }
div.DivClassName
{
background-color: #CFDCA5;
}
.BgClassName
{
background-color: #CFDCA5;
}
</style>
border-color css
<style>
span { border-color: #CFDCA5; }
span { border-color: rgb(207,220,165); }
td.TdClassName
{
border-color: #CFDCA5;
}
.TagClassName
{
border-color: #CFDCA5;
}
</style>