#DDFEED

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

Shades of Bubbles #DDFEED

Tints of Bubbles #DDFEED

Color information

#DDFEED (or 0xDDFEED) is unknown color: approx Bubbles. HEX triplet: DD, FE and ED. RGB value is (221,254,237). Sum of RGB (Red+Green+Blue) = 221+254+237=712 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.04% from 712); Green value is 254 (99.61% from 255 or 35.67% from 712); Blue value is 237 (92.97% from 255 or 33.29% from 712); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFEED is #220112. Grayscale: #F2F2F2. Windows color (decimal): -2228499 or 15597277. OLE color: 15597277.

HSL color Cylindrical-coordinate representation of color #DDFEED: hue angle of 149.09º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDFEED is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB221254237-
CMYK0.1300.070.00
HSL149.09º94.29%93.14%-
HSV(B)149.09º12.99%99.61%-
XYZ80.5592.3793.7-
YUV242.19125.07112.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.04%
GREEN value IS 254 (99.61% from 255) = 35.67%
BLUE value IS 237 (92.97% from 255) = 33.29%
R=31.04%
G=35.67%
B=33.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212542370.1300.070.00149.0994.2993.14
HexDDFEEDD070955e5d
Octal33537635515070225136135
Binary1101110111111110111011011101011101001010110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFEED; }

 p { color: rgb(221,254,237); }

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

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

 a { background-color: rgb(221,254,237); }

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

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

 span { border-color: rgb(221,254,237); }

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