Shades of Blue Romance #DDFAD4
Tints of Blue Romance #DDFAD4
RGB
CMYK
RGB Variations
Color information
#DDFAD4 (or 0xDDFAD4) is known color: Blue Romance. HEX triplet: DD, FA and D4. RGB value is (221,250,212). Sum of RGB (Red+Green+Blue) = 221+250+212=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 250 (98.05% from 255 or 36.60% from 683); Blue value is 212 (83.20% from 255 or 31.04% from 683); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFAD4 is #22052B. Grayscale: #EDEDED. Windows color (decimal): -2229548 or 13957853. OLE color: 13957853.
HSL color Cylindrical-coordinate representation of color #DDFAD4: hue angle of 105.79º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDFAD4 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 250 | 212 | - |
CMYK | 0.12 | 0 | 0.15 | 0.02 |
HSL | 105.79º | 0.79% | 0.91% | - |
HSV(B) | 105.79º | 0.15% | 0.98% | - |
XYZ | 75.89 | 88.5 | 75.37 | - |
YUV | 237 | 113.89 | 116.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 250 | 212 | 0.12 | 0 | 0.15 | 0.02 | 105.79 | 0.79 | 0.91 |
Hex | DD | FA | D4 | C | 0 | F | 2 | 6A | 4F | 5B |
Octal | 335 | 372 | 324 | 14 | 0 | 17 | 2 | 152 | 117 | 133 |
Binary | 11011101 | 11111010 | 11010100 | 1100 | 0 | 1111 | 10 | 1101010 | 1001111 | 1011011 |
Color Harmonies of #DDFAD4
Complementary color
Monochromatic Colors of #DDFAD4
Black with #DDFAD4
Text Example
Text Example
White with #DDFAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFAD4; }
p { color: rgb(221,250,212); }
H1.HeaderClassName
{
color: #DDFAD4;
}
.AnyTagClassName
{
color: #DDFAD4;
}
</style>
background-color css
<style>
a { background-color: #DDFAD4; }
a { background-color: rgb(221,250,212); }
div.DivClassName
{
background-color: #DDFAD4;
}
.BgClassName
{
background-color: #DDFAD4;
}
</style>
border-color css
<style>
span { border-color: #DDFAD4; }
span { border-color: rgb(221,250,212); }
td.TdClassName
{
border-color: #DDFAD4;
}
.TagClassName
{
border-color: #DDFAD4;
}
</style>