Shades of Bubbles #DDEEE3
Tints of Bubbles #DDEEE3
RGB
CMYK
RGB Variations
Color information
#DDEEE3 (or 0xDDEEE3) is known color: Bubbles. HEX triplet: DD, EE and E3. RGB value is (221,238,227). Sum of RGB (Red+Green+Blue) = 221+238+227=686 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.22% from 686); Green value is 238 (93.36% from 255 or 34.69% from 686); Blue value is 227 (89.06% from 255 or 33.09% from 686); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEEE3 is #22111C. Grayscale: #E7E7E7. Windows color (decimal): -2232605 or 14937821. OLE color: 14937821.
HSL color Cylindrical-coordinate representation of color #DDEEE3: hue angle of 141.18º 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 #DDEEE3 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 238 | 227 | - |
CMYK | 0.07 | 0 | 0.05 | 0.07 |
HSL | 141.18º | 0.33% | 0.9% | - |
HSV(B) | 141.18º | 0.07% | 0.93% | - |
XYZ | 74.26 | 82.07 | 84.6 | - |
YUV | 231.66 | 125.37 | 120.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 238 | 227 | 0.07 | 0 | 0.05 | 0.07 | 141.18 | 0.33 | 0.9 |
Hex | DD | EE | E3 | 7 | 0 | 5 | 7 | 8D | 21 | 5A |
Octal | 335 | 356 | 343 | 7 | 0 | 5 | 7 | 215 | 41 | 132 |
Binary | 11011101 | 11101110 | 11100011 | 111 | 0 | 101 | 111 | 10001101 | 100001 | 1011010 |
Color Harmonies of #DDEEE3
Complementary color
Monochromatic Colors of #DDEEE3
Black with #DDEEE3
Text Example
Text Example
White with #DDEEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEEE3; }
p { color: rgb(221,238,227); }
H1.HeaderClassName
{
color: #DDEEE3;
}
.AnyTagClassName
{
color: #DDEEE3;
}
</style>
background-color css
<style>
a { background-color: #DDEEE3; }
a { background-color: rgb(221,238,227); }
div.DivClassName
{
background-color: #DDEEE3;
}
.BgClassName
{
background-color: #DDEEE3;
}
</style>
border-color css
<style>
span { border-color: #DDEEE3; }
span { border-color: rgb(221,238,227); }
td.TdClassName
{
border-color: #DDEEE3;
}
.TagClassName
{
border-color: #DDEEE3;
}
</style>