Shades of Reef #DDF1B4
Tints of Reef #DDF1B4
RGB
CMYK
RGB Variations
Color information
#DDF1B4 (or 0xDDF1B4) is known color: Reef. HEX triplet: DD, F1 and B4. RGB value is (221,241,180). Sum of RGB (Red+Green+Blue) = 221+241+180=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 241 (94.53% from 255 or 37.54% from 642); Blue value is 180 (70.70% from 255 or 28.04% from 642); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF1B4 is #220E4B. Grayscale: #E4E4E4. Windows color (decimal): -2231884 or 11858397. OLE color: 11858397.
HSL color Cylindrical-coordinate representation of color #DDF1B4: hue angle of 79.67º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDF1B4 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 180 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.05 |
| HSL | 79.67º | 0.69% | 0.83% | - |
| HSV(B) | 79.67º | 0.25% | 0.95% | - |
| XYZ | 69.51 | 81.58 | 55.26 | - |
| YUV | 228.07 | 100.87 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 180 | 0.08 | 0 | 0.25 | 0.05 | 79.67 | 0.69 | 0.83 |
| Hex | DD | F1 | B4 | 8 | 0 | 19 | 5 | 50 | 45 | 53 |
| Octal | 335 | 361 | 264 | 10 | 0 | 31 | 5 | 120 | 105 | 123 |
| Binary | 11011101 | 11110001 | 10110100 | 1000 | 0 | 11001 | 101 | 1010000 | 1000101 | 1010011 |
Color Harmonies of #DDF1B4
Complementary color
Monochromatic Colors of #DDF1B4
Black with #DDF1B4
Text Example
Text Example
White with #DDF1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF1B4; }
p { color: rgb(221,241,180); }
H1.HeaderClassName
{
color: #DDF1B4;
}
.AnyTagClassName
{
color: #DDF1B4;
}
</style>
background-color css
<style>
a { background-color: #DDF1B4; }
a { background-color: rgb(221,241,180); }
div.DivClassName
{
background-color: #DDF1B4;
}
.BgClassName
{
background-color: #DDF1B4;
}
</style>
border-color css
<style>
span { border-color: #DDF1B4; }
span { border-color: rgb(221,241,180); }
td.TdClassName
{
border-color: #DDF1B4;
}
.TagClassName
{
border-color: #DDF1B4;
}
</style>