Shades of Reef #CFDDA3
Tints of Reef #CFDDA3
RGB
CMYK
RGB Variations
Color information
#CFDDA3 (or 0xCFDDA3) is known color: Reef. HEX triplet: CF, DD and A3. RGB value is (207,221,163). Sum of RGB (Red+Green+Blue) = 207+221+163=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 163 (64.06% from 255 or 27.58% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDDA3 is #30225C. Grayscale: #D2D2D2. Windows color (decimal): -3154525 or 10739151. OLE color: 10739151.
HSL color Cylindrical-coordinate representation of color #CFDDA3: hue angle of 74.48º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFDDA3 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 163 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.13 |
| HSL | 74.48º | 0.46% | 0.75% | - |
| HSV(B) | 74.48º | 0.26% | 0.87% | - |
| XYZ | 58.2 | 67.62 | 44.64 | - |
| YUV | 210.2 | 101.36 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 163 | 0.06 | 0 | 0.26 | 0.13 | 74.48 | 0.46 | 0.75 |
| Hex | CF | DD | A3 | 6 | 0 | 1A | D | 4A | 2E | 4B |
| Octal | 317 | 335 | 243 | 6 | 0 | 32 | 15 | 112 | 56 | 113 |
| Binary | 11001111 | 11011101 | 10100011 | 110 | 0 | 11010 | 1101 | 1001010 | 101110 | 1001011 |
Color Harmonies of #CFDDA3
Complementary color
Monochromatic Colors of #CFDDA3
Black with #CFDDA3
Text Example
Text Example
White with #CFDDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDDA3; }
p { color: rgb(207,221,163); }
H1.HeaderClassName
{
color: #CFDDA3;
}
.AnyTagClassName
{
color: #CFDDA3;
}
</style>
background-color css
<style>
a { background-color: #CFDDA3; }
a { background-color: rgb(207,221,163); }
div.DivClassName
{
background-color: #CFDDA3;
}
.BgClassName
{
background-color: #CFDDA3;
}
</style>
border-color css
<style>
span { border-color: #CFDDA3; }
span { border-color: rgb(207,221,163); }
td.TdClassName
{
border-color: #CFDDA3;
}
.TagClassName
{
border-color: #CFDDA3;
}
</style>