Shades of Bubbles #DDFDEB
Tints of Bubbles #DDFDEB
RGB
CMYK
RGB Variations
Color information
#DDFDEB (or 0xDDFDEB) is known color: Bubbles. HEX triplet: DD, FD and EB. RGB value is (221,253,235). Sum of RGB (Red+Green+Blue) = 221+253+235=709 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.17% from 709); Green value is 253 (99.22% from 255 or 35.68% from 709); Blue value is 235 (92.19% from 255 or 33.15% from 709); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFDEB is #220214. Grayscale: #F1F1F1. Windows color (decimal): -2228757 or 15465949. OLE color: 15465949.
HSL color Cylindrical-coordinate representation of color #DDFDEB: hue angle of 146.25º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDFDEB is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 253 | 235 | - |
CMYK | 0.13 | 0 | 0.07 | 0.01 |
HSL | 146.25º | 0.89% | 0.93% | - |
HSV(B) | 146.25º | 0.13% | 0.99% | - |
XYZ | 79.94 | 91.62 | 92.07 | - |
YUV | 241.38 | 124.4 | 113.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 253 | 235 | 0.13 | 0 | 0.07 | 0.01 | 146.25 | 0.89 | 0.93 |
Hex | DD | FD | EB | D | 0 | 7 | 1 | 92 | 59 | 5D |
Octal | 335 | 375 | 353 | 15 | 0 | 7 | 1 | 222 | 131 | 135 |
Binary | 11011101 | 11111101 | 11101011 | 1101 | 0 | 111 | 1 | 10010010 | 1011001 | 1011101 |
Color Harmonies of #DDFDEB
Complementary color
Monochromatic Colors of #DDFDEB
Black with #DDFDEB
Text Example
Text Example
White with #DDFDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFDEB; }
p { color: rgb(221,253,235); }
H1.HeaderClassName
{
color: #DDFDEB;
}
.AnyTagClassName
{
color: #DDFDEB;
}
</style>
background-color css
<style>
a { background-color: #DDFDEB; }
a { background-color: rgb(221,253,235); }
div.DivClassName
{
background-color: #DDFDEB;
}
.BgClassName
{
background-color: #DDFDEB;
}
</style>
border-color css
<style>
span { border-color: #DDFDEB; }
span { border-color: rgb(221,253,235); }
td.TdClassName
{
border-color: #DDFDEB;
}
.TagClassName
{
border-color: #DDFDEB;
}
</style>