#DDF3E5

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

Shades of Bubbles #DDF3E5

Tints of Bubbles #DDF3E5

Color information

#DDF3E5 (or 0xDDF3E5) is unknown color: approx Bubbles. HEX triplet: DD, F3 and E5. RGB value is (221,243,229). Sum of RGB (Red+Green+Blue) = 221+243+229=693 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.89% from 693); Green value is 243 (95.31% from 255 or 35.06% from 693); Blue value is 229 (89.84% from 255 or 33.04% from 693); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF3E5 is #220C1A. Grayscale: #EAEAEA. Windows color (decimal): -2231323 or 15070173. OLE color: 15070173.

HSL color Cylindrical-coordinate representation of color #DDF3E5: hue angle of 141.82º degrees, saturation: 0.48, 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 #DDF3E5 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB221243229-
CMYK0.0900.060.05
HSL141.82º47.83%90.98%-
HSV(B)141.82º9.05%95.29%-
XYZ76.0185.1386.55-
YUV234.83124.71118.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.89%
GREEN value IS 243 (95.31% from 255) = 35.06%
BLUE value IS 229 (89.84% from 255) = 33.04%
R=31.89%
G=35.06%
B=33.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212432290.0900.060.05141.8247.8390.98
HexDDF3E590658e305b
Octal3353633451106521660133
Binary11011101111100111110010110010110101100011101100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF3E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF3E5; }

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

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

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

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

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

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

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

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