#DDF9EA

Color #DDF9EA Bubbles (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bubbles #DDF9EA

Tints of Bubbles #DDF9EA

Color information

#DDF9EA (or 0xDDF9EA) is unknown color: approx Bubbles. HEX triplet: DD, F9 and EA. RGB value is (221,249,234). Sum of RGB (Red+Green+Blue) = 221+249+234=704 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.39% from 704); Green value is 249 (97.66% from 255 or 35.37% from 704); Blue value is 234 (91.80% from 255 or 33.24% from 704); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF9EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF9EA is #220615. Grayscale: #EEEEEE. Windows color (decimal): -2229782 or 15399389. OLE color: 15399389.

HSL color Cylindrical-coordinate representation of color #DDF9EA: hue angle of 147.86º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDF9EA is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB221249234-
CMYK0.1100.060.02
HSL147.86º70%92.16%-
HSV(B)147.86º11.24%97.65%-
XYZ78.5589.0690.89-
YUV238.92125.22115.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 31.39%
GREEN value IS 249 (97.66% from 255) = 35.37%
BLUE value IS 234 (91.80% from 255) = 33.24%
R=31.39%
G=35.37%
B=33.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212492340.1100.060.02147.867092.16
HexDDF9EAB06294465c
Octal33537135213062224106134
Binary11011101111110011110101010110110101001010010001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF9EA; }

 p { color: rgb(221,249,234); }

 H1.HeaderClassName
 {
   color: #DDF9EA;
 }
 .AnyTagClassName
 {
   color: #DDF9EA;
 }
</style>
background-color css

<style>
 a { background-color: #DDF9EA; }

 a { background-color: rgb(221,249,234); }

 div.DivClassName
 {
   background-color: #DDF9EA;
 }
 .BgClassName
 {
   background-color: #DDF9EA;
 }
</style>
border-color css

<style>
 span { border-color: #DDF9EA; }

 span { border-color: rgb(221,249,234); }

 td.TdClassName
 {
   border-color: #DDF9EA;
 }
 .TagClassName
 {
   border-color: #DDF9EA;
 }
</style>