Shades of Blue Romance #DDFCD3
Tints of Blue Romance #DDFCD3
RGB
CMYK
RGB Variations
Color information
#DDFCD3 (or 0xDDFCD3) is known color: Blue Romance. HEX triplet: DD, FC and D3. RGB value is (221,252,211). Sum of RGB (Red+Green+Blue) = 221+252+211=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 252 (98.83% from 255 or 36.84% from 684); Blue value is 211 (82.81% from 255 or 30.85% from 684); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFCD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFCD3 is #22032C. Grayscale: #EEEEEE. Windows color (decimal): -2229037 or 13892829. OLE color: 13892829.
HSL color Cylindrical-coordinate representation of color #DDFCD3: hue angle of 105.37º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDFCD3 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 252 | 211 | - |
CMYK | 0.12 | 0 | 0.16 | 0.01 |
HSL | 105.37º | 0.87% | 0.91% | - |
HSV(B) | 105.37º | 0.16% | 0.99% | - |
XYZ | 76.39 | 89.7 | 74.92 | - |
YUV | 238.06 | 112.73 | 115.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 252 | 211 | 0.12 | 0 | 0.16 | 0.01 | 105.37 | 0.87 | 0.91 |
Hex | DD | FC | D3 | C | 0 | 10 | 1 | 69 | 57 | 5B |
Octal | 335 | 374 | 323 | 14 | 0 | 20 | 1 | 151 | 127 | 133 |
Binary | 11011101 | 11111100 | 11010011 | 1100 | 0 | 10000 | 1 | 1101001 | 1010111 | 1011011 |
Color Harmonies of #DDFCD3
Complementary color
Monochromatic Colors of #DDFCD3
Black with #DDFCD3
Text Example
Text Example
White with #DDFCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFCD3; }
p { color: rgb(221,252,211); }
H1.HeaderClassName
{
color: #DDFCD3;
}
.AnyTagClassName
{
color: #DDFCD3;
}
</style>
background-color css
<style>
a { background-color: #DDFCD3; }
a { background-color: rgb(221,252,211); }
div.DivClassName
{
background-color: #DDFCD3;
}
.BgClassName
{
background-color: #DDFCD3;
}
</style>
border-color css
<style>
span { border-color: #DDFCD3; }
span { border-color: rgb(221,252,211); }
td.TdClassName
{
border-color: #DDFCD3;
}
.TagClassName
{
border-color: #DDFCD3;
}
</style>