Shades of Reef #DDFDAB
Tints of Reef #DDFDAB
RGB
CMYK
RGB Variations
Color information
#DDFDAB (or 0xDDFDAB) is known color: Reef. HEX triplet: DD, FD and AB. RGB value is (221,253,171). Sum of RGB (Red+Green+Blue) = 221+253+171=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 253 (99.22% from 255 or 39.22% from 645); Blue value is 171 (67.19% from 255 or 26.51% from 645); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFDAB is #220254. Grayscale: #EAEAEA. Windows color (decimal): -2228821 or 11271645. OLE color: 11271645.
HSL color Cylindrical-coordinate representation of color #DDFDAB: hue angle of 83.41º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDFDAB is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 253 | 171 | - |
CMYK | 0.13 | 0 | 0.32 | 0.01 |
HSL | 83.41º | 0.95% | 0.83% | - |
HSV(B) | 83.41º | 0.32% | 0.99% | - |
XYZ | 72.29 | 88.56 | 51.81 | - |
YUV | 234.08 | 92.4 | 118.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 253 | 171 | 0.13 | 0 | 0.32 | 0.01 | 83.41 | 0.95 | 0.83 |
Hex | DD | FD | AB | D | 0 | 20 | 1 | 53 | 5F | 53 |
Octal | 335 | 375 | 253 | 15 | 0 | 40 | 1 | 123 | 137 | 123 |
Binary | 11011101 | 11111101 | 10101011 | 1101 | 0 | 100000 | 1 | 1010011 | 1011111 | 1010011 |
Color Harmonies of #DDFDAB
Complementary color
Monochromatic Colors of #DDFDAB
Black with #DDFDAB
Text Example
Text Example
White with #DDFDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFDAB; }
p { color: rgb(221,253,171); }
H1.HeaderClassName
{
color: #DDFDAB;
}
.AnyTagClassName
{
color: #DDFDAB;
}
</style>
background-color css
<style>
a { background-color: #DDFDAB; }
a { background-color: rgb(221,253,171); }
div.DivClassName
{
background-color: #DDFDAB;
}
.BgClassName
{
background-color: #DDFDAB;
}
</style>
border-color css
<style>
span { border-color: #DDFDAB; }
span { border-color: rgb(221,253,171); }
td.TdClassName
{
border-color: #DDFDAB;
}
.TagClassName
{
border-color: #DDFDAB;
}
</style>