#DDEFE4

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

Shades of Bubbles #DDEFE4

Tints of Bubbles #DDEFE4

Color information

#DDEFE4 (or 0xDDEFE4) is unknown color: approx Bubbles. HEX triplet: DD, EF and E4. RGB value is (221,239,228). Sum of RGB (Red+Green+Blue) = 221+239+228=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 239 (93.75% from 255 or 34.74% from 688); Blue value is 228 (89.45% from 255 or 33.14% from 688); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFE4 is #22101B. Grayscale: #E8E8E8. Windows color (decimal): -2232348 or 15003613. OLE color: 15003613.

HSL color Cylindrical-coordinate representation of color #DDEFE4: hue angle of 143.33º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDEFE4 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB221239228-
CMYK0.0800.050.06
HSL143.33º36%90.2%-
HSV(B)143.33º7.53%93.73%-
XYZ74.6982.7185.43-
YUV232.36125.54119.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.12%
GREEN value IS 239 (93.75% from 255) = 34.74%
BLUE value IS 228 (89.45% from 255) = 33.14%
R=32.12%
G=34.74%
B=33.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212392280.0800.050.06143.333690.2
HexDDEFE480568f245a
Octal3353573441005621744132
Binary11011101111011111110010010000101110100011111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEFE4; }

 p { color: rgb(221,239,228); }

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

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

 a { background-color: rgb(221,239,228); }

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

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

 span { border-color: rgb(221,239,228); }

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