Shades of Reef #DDF0B3
Tints of Reef #DDF0B3
RGB
CMYK
RGB Variations
Color information
#DDF0B3 (or 0xDDF0B3) is known color: Reef. HEX triplet: DD, F0 and B3. RGB value is (221,240,179). Sum of RGB (Red+Green+Blue) = 221+240+179=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 240 (94.14% from 255 or 37.5% from 640); Blue value is 179 (70.31% from 255 or 27.97% from 640); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF0B3 is #220F4C. Grayscale: #E3E3E3. Windows color (decimal): -2232141 or 11792605. OLE color: 11792605.
HSL color Cylindrical-coordinate representation of color #DDF0B3: hue angle of 78.69º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDF0B3 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 179 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.06 |
| HSL | 78.69º | 0.67% | 0.82% | - |
| HSV(B) | 78.69º | 0.25% | 0.94% | - |
| XYZ | 69.12 | 80.95 | 54.63 | - |
| YUV | 227.37 | 100.71 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 179 | 0.08 | 0 | 0.25 | 0.06 | 78.69 | 0.67 | 0.82 |
| Hex | DD | F0 | B3 | 8 | 0 | 19 | 6 | 4F | 43 | 52 |
| Octal | 335 | 360 | 263 | 10 | 0 | 31 | 6 | 117 | 103 | 122 |
| Binary | 11011101 | 11110000 | 10110011 | 1000 | 0 | 11001 | 110 | 1001111 | 1000011 | 1010010 |
Color Harmonies of #DDF0B3
Complementary color
Monochromatic Colors of #DDF0B3
Black with #DDF0B3
Text Example
Text Example
White with #DDF0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF0B3; }
p { color: rgb(221,240,179); }
H1.HeaderClassName
{
color: #DDF0B3;
}
.AnyTagClassName
{
color: #DDF0B3;
}
</style>
background-color css
<style>
a { background-color: #DDF0B3; }
a { background-color: rgb(221,240,179); }
div.DivClassName
{
background-color: #DDF0B3;
}
.BgClassName
{
background-color: #DDF0B3;
}
</style>
border-color css
<style>
span { border-color: #DDF0B3; }
span { border-color: rgb(221,240,179); }
td.TdClassName
{
border-color: #DDF0B3;
}
.TagClassName
{
border-color: #DDF0B3;
}
</style>