#DDF3E6

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

Shades of Bubbles #DDF3E6

Tints of Bubbles #DDF3E6

Color information

#DDF3E6 (or 0xDDF3E6) is unknown color: approx Bubbles. HEX triplet: DD, F3 and E6. RGB value is (221,243,230). Sum of RGB (Red+Green+Blue) = 221+243+230=694 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.84% from 694); Green value is 243 (95.31% from 255 or 35.01% from 694); Blue value is 230 (90.23% from 255 or 33.14% from 694); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF3E6 is #220C19. Grayscale: #EAEAEA. Windows color (decimal): -2231322 or 15135709. OLE color: 15135709.

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

Color convert

RGB221243230-
CMYK0.0900.050.05
HSL144.55º47.83%90.98%-
HSV(B)144.55º9.05%95.29%-
XYZ76.1585.1987.29-
YUV234.94125.21118.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.84%
GREEN value IS 243 (95.31% from 255) = 35.01%
BLUE value IS 230 (90.23% from 255) = 33.14%
R=31.84%
G=35.01%
B=33.14%

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
Decimal2212432300.0900.050.05144.5547.8390.98
HexDDF3E6905591305b
Octal3353633461105522160133
Binary11011101111100111110011010010101101100100011100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF3E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF3E6; }

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

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

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

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

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

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

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

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