#DDF2E6

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

Shades of Bubbles #DDF2E6

Tints of Bubbles #DDF2E6

Color information

#DDF2E6 (or 0xDDF2E6) is unknown color: approx Bubbles. HEX triplet: DD, F2 and E6. RGB value is (221,242,230). Sum of RGB (Red+Green+Blue) = 221+242+230=693 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.89% from 693); Green value is 242 (94.92% from 255 or 34.92% from 693); Blue value is 230 (90.23% from 255 or 33.19% from 693); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF2E6 is #220D19. Grayscale: #EAEAEA. Windows color (decimal): -2231578 or 15135453. OLE color: 15135453.

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

Color convert

RGB221242230-
CMYK0.0900.050.05
HSL145.71º44.68%90.78%-
HSV(B)145.71º8.68%94.9%-
XYZ75.8584.5987.19-
YUV234.35125.54118.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.89%
GREEN value IS 242 (94.92% from 255) = 34.92%
BLUE value IS 230 (90.23% from 255) = 33.19%
R=31.89%
G=34.92%
B=33.19%

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
Decimal2212422300.0900.050.05145.7144.6890.78
HexDDF2E69055922d5b
Octal3353623461105522255133
Binary11011101111100101110011010010101101100100101011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF2E6; }

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

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

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

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

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

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

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

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