Shades of Reef #DDF2AF
Tints of Reef #DDF2AF
RGB
CMYK
RGB Variations
Color information
#DDF2AF (or 0xDDF2AF) is known color: Reef. HEX triplet: DD, F2 and AF. RGB value is (221,242,175). Sum of RGB (Red+Green+Blue) = 221+242+175=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 175 (68.75% from 255 or 27.43% from 638); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF2AF is #220D50. Grayscale: #E4E4E4. Windows color (decimal): -2231633 or 11530973. OLE color: 11530973.
HSL color Cylindrical-coordinate representation of color #DDF2AF: hue angle of 78.81º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDF2AF is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 175 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.05 |
| HSL | 78.81º | 0.72% | 0.82% | - |
| HSV(B) | 78.81º | 0.28% | 0.95% | - |
| XYZ | 69.31 | 81.97 | 52.73 | - |
| YUV | 228.08 | 98.04 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 175 | 0.09 | 0 | 0.28 | 0.05 | 78.81 | 0.72 | 0.82 |
| Hex | DD | F2 | AF | 9 | 0 | 1C | 5 | 4F | 48 | 52 |
| Octal | 335 | 362 | 257 | 11 | 0 | 34 | 5 | 117 | 110 | 122 |
| Binary | 11011101 | 11110010 | 10101111 | 1001 | 0 | 11100 | 101 | 1001111 | 1001000 | 1010010 |
Color Harmonies of #DDF2AF
Complementary color
Monochromatic Colors of #DDF2AF
Black with #DDF2AF
Text Example
Text Example
White with #DDF2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF2AF; }
p { color: rgb(221,242,175); }
H1.HeaderClassName
{
color: #DDF2AF;
}
.AnyTagClassName
{
color: #DDF2AF;
}
</style>
background-color css
<style>
a { background-color: #DDF2AF; }
a { background-color: rgb(221,242,175); }
div.DivClassName
{
background-color: #DDF2AF;
}
.BgClassName
{
background-color: #DDF2AF;
}
</style>
border-color css
<style>
span { border-color: #DDF2AF; }
span { border-color: rgb(221,242,175); }
td.TdClassName
{
border-color: #DDF2AF;
}
.TagClassName
{
border-color: #DDF2AF;
}
</style>