#DDEDE3

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

Shades of Bubbles #DDEDE3

Tints of Bubbles #DDEDE3

Color information

#DDEDE3 (or 0xDDEDE3) is unknown color: approx Bubbles. HEX triplet: DD, ED and E3. RGB value is (221,237,227). Sum of RGB (Red+Green+Blue) = 221+237+227=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 237 (92.97% from 255 or 34.60% from 685); Blue value is 227 (89.06% from 255 or 33.14% from 685); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDE3 is #22121C. Grayscale: #E7E7E7. Windows color (decimal): -2232861 or 14937565. OLE color: 14937565.

HSL color Cylindrical-coordinate representation of color #DDEDE3: hue angle of 142.5º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDEDE3 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB221237227-
CMYK0.0700.040.07
HSL142.5º30.77%89.8%-
HSV(B)142.5º6.75%92.94%-
XYZ73.9781.4984.5-
YUV231.08125.7120.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.26%
GREEN value IS 237 (92.97% from 255) = 34.60%
BLUE value IS 227 (89.06% from 255) = 33.14%
R=32.26%
G=34.60%
B=33.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212372270.0700.040.07142.530.7789.8
HexDDEDE370478e1f5a
Octal335355343704721637132
Binary110111011110110111100011111010011110001110111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEDE3; }

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

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

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

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

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

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

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

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