Shades of Reef #DDF6AF
Tints of Reef #DDF6AF
RGB
CMYK
RGB Variations
Color information
#DDF6AF (or 0xDDF6AF) is known color: Reef. HEX triplet: DD, F6 and AF. RGB value is (221,246,175). Sum of RGB (Red+Green+Blue) = 221+246+175=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 246 (96.48% from 255 or 38.32% from 642); Blue value is 175 (68.75% from 255 or 27.26% from 642); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF6AF is #220950. Grayscale: #E6E6E6. Windows color (decimal): -2230609 or 11531997. OLE color: 11531997.
HSL color Cylindrical-coordinate representation of color #DDF6AF: hue angle of 81.13º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDF6AF is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 246 | 175 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.04 |
| HSL | 81.13º | 0.8% | 0.83% | - |
| HSV(B) | 81.13º | 0.29% | 0.96% | - |
| XYZ | 70.51 | 84.38 | 53.13 | - |
| YUV | 230.43 | 96.72 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 246 | 175 | 0.10 | 0 | 0.29 | 0.04 | 81.13 | 0.8 | 0.83 |
| Hex | DD | F6 | AF | A | 0 | 1D | 4 | 51 | 50 | 53 |
| Octal | 335 | 366 | 257 | 12 | 0 | 35 | 4 | 121 | 120 | 123 |
| Binary | 11011101 | 11110110 | 10101111 | 1010 | 0 | 11101 | 100 | 1010001 | 1010000 | 1010011 |
Color Harmonies of #DDF6AF
Complementary color
Monochromatic Colors of #DDF6AF
Black with #DDF6AF
Text Example
Text Example
White with #DDF6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF6AF; }
p { color: rgb(221,246,175); }
H1.HeaderClassName
{
color: #DDF6AF;
}
.AnyTagClassName
{
color: #DDF6AF;
}
</style>
background-color css
<style>
a { background-color: #DDF6AF; }
a { background-color: rgb(221,246,175); }
div.DivClassName
{
background-color: #DDF6AF;
}
.BgClassName
{
background-color: #DDF6AF;
}
</style>
border-color css
<style>
span { border-color: #DDF6AF; }
span { border-color: rgb(221,246,175); }
td.TdClassName
{
border-color: #DDF6AF;
}
.TagClassName
{
border-color: #DDF6AF;
}
</style>