#DDF2E5

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

Shades of Bubbles #DDF2E5

Tints of Bubbles #DDF2E5

Color information

#DDF2E5 (or 0xDDF2E5) is unknown color: approx Bubbles. HEX triplet: DD, F2 and E5. RGB value is (221,242,229). Sum of RGB (Red+Green+Blue) = 221+242+229=692 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.94% from 692); Green value is 242 (94.92% from 255 or 34.97% from 692); Blue value is 229 (89.84% from 255 or 33.09% from 692); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2E5 is #220D1A. Grayscale: #EAEAEA. Windows color (decimal): -2231579 or 15069917. OLE color: 15069917.

HSL color Cylindrical-coordinate representation of color #DDF2E5: hue angle of 142.86º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDF2E5 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB221242229-
CMYK0.0900.050.05
HSL142.86º44.68%90.78%-
HSV(B)142.86º8.68%94.9%-
XYZ75.7184.5386.45-
YUV234.24125.04118.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.94%
GREEN value IS 242 (94.92% from 255) = 34.97%
BLUE value IS 229 (89.84% from 255) = 33.09%
R=31.94%
G=34.97%
B=33.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212422290.0900.050.05142.8644.6890.78
HexDDF2E590558f2d5b
Octal3353623451105521755133
Binary11011101111100101110010110010101101100011111011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF2E5; }

 p { color: rgb(221,242,229); }

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

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

 a { background-color: rgb(221,242,229); }

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

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

 span { border-color: rgb(221,242,229); }

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