Shades of Reef #D1E0A3
Tints of Reef #D1E0A3
RGB
CMYK
RGB Variations
Color information
#D1E0A3 (or 0xD1E0A3) is known color: Reef. HEX triplet: D1, E0 and A3. RGB value is (209,224,163). Sum of RGB (Red+Green+Blue) = 209+224+163=596 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.07% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 163 (64.06% from 255 or 27.35% from 596); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E0A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1E0A3 is #2E1F5C. Grayscale: #D4D4D4. Windows color (decimal): -3022685 or 10739921. OLE color: 10739921.
HSL color Cylindrical-coordinate representation of color #D1E0A3: hue angle of 74.75º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D1E0A3 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 224 | 163 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.12 |
| HSL | 74.75º | 0.5% | 0.76% | - |
| HSV(B) | 74.75º | 0.27% | 0.88% | - |
| XYZ | 59.56 | 69.51 | 44.93 | - |
| YUV | 212.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 224 | 163 | 0.07 | 0 | 0.27 | 0.12 | 74.75 | 0.5 | 0.76 |
| Hex | D1 | E0 | A3 | 7 | 0 | 1B | C | 4B | 32 | 4C |
| Octal | 321 | 340 | 243 | 7 | 0 | 33 | 14 | 113 | 62 | 114 |
| Binary | 11010001 | 11100000 | 10100011 | 111 | 0 | 11011 | 1100 | 1001011 | 110010 | 1001100 |
Color Harmonies of #D1E0A3
Complementary color
Monochromatic Colors of #D1E0A3
Black with #D1E0A3
Text Example
Text Example
White with #D1E0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E0A3; }
p { color: rgb(209,224,163); }
H1.HeaderClassName
{
color: #D1E0A3;
}
.AnyTagClassName
{
color: #D1E0A3;
}
</style>
background-color css
<style>
a { background-color: #D1E0A3; }
a { background-color: rgb(209,224,163); }
div.DivClassName
{
background-color: #D1E0A3;
}
.BgClassName
{
background-color: #D1E0A3;
}
</style>
border-color css
<style>
span { border-color: #D1E0A3; }
span { border-color: rgb(209,224,163); }
td.TdClassName
{
border-color: #D1E0A3;
}
.TagClassName
{
border-color: #D1E0A3;
}
</style>