Shades of Bubbles #DDEEE4
Tints of Bubbles #DDEEE4
RGB
CMYK
RGB Variations
Color information
#DDEEE4 (or 0xDDEEE4) is known color: Bubbles. HEX triplet: DD, EE and E4. RGB value is (221,238,228). Sum of RGB (Red+Green+Blue) = 221+238+228=687 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.17% from 687); Green value is 238 (93.36% from 255 or 34.64% from 687); Blue value is 228 (89.45% from 255 or 33.19% from 687); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEEE4 is #22111B. Grayscale: #E7E7E7. Windows color (decimal): -2232604 or 15003357. OLE color: 15003357.
HSL color Cylindrical-coordinate representation of color #DDEEE4: hue angle of 144.71º degrees, saturation: 0.33, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDEEE4 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 238 | 228 | - |
CMYK | 0.07 | 0 | 0.04 | 0.07 |
HSL | 144.71º | 0.33% | 0.9% | - |
HSV(B) | 144.71º | 0.07% | 0.93% | - |
XYZ | 74.4 | 82.12 | 85.33 | - |
YUV | 231.78 | 125.87 | 120.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 238 | 228 | 0.07 | 0 | 0.04 | 0.07 | 144.71 | 0.33 | 0.9 |
Hex | DD | EE | E4 | 7 | 0 | 4 | 7 | 91 | 21 | 5A |
Octal | 335 | 356 | 344 | 7 | 0 | 4 | 7 | 221 | 41 | 132 |
Binary | 11011101 | 11101110 | 11100100 | 111 | 0 | 100 | 111 | 10010001 | 100001 | 1011010 |
Color Harmonies of #DDEEE4
Complementary color
Monochromatic Colors of #DDEEE4
Black with #DDEEE4
Text Example
Text Example
White with #DDEEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEEE4; }
p { color: rgb(221,238,228); }
H1.HeaderClassName
{
color: #DDEEE4;
}
.AnyTagClassName
{
color: #DDEEE4;
}
</style>
background-color css
<style>
a { background-color: #DDEEE4; }
a { background-color: rgb(221,238,228); }
div.DivClassName
{
background-color: #DDEEE4;
}
.BgClassName
{
background-color: #DDEEE4;
}
</style>
border-color css
<style>
span { border-color: #DDEEE4; }
span { border-color: rgb(221,238,228); }
td.TdClassName
{
border-color: #DDEEE4;
}
.TagClassName
{
border-color: #DDEEE4;
}
</style>