#DDFBEA

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

Shades of Bubbles #DDFBEA

Tints of Bubbles #DDFBEA

Color information

#DDFBEA (or 0xDDFBEA) is unknown color: approx Bubbles. HEX triplet: DD, FB and EA. RGB value is (221,251,234). Sum of RGB (Red+Green+Blue) = 221+251+234=706 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.30% from 706); Green value is 251 (98.44% from 255 or 35.55% from 706); Blue value is 234 (91.80% from 255 or 33.14% from 706); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFBEA is #220415. Grayscale: #F0F0F0. Windows color (decimal): -2229270 or 15399901. OLE color: 15399901.

HSL color Cylindrical-coordinate representation of color #DDFBEA: hue angle of 146º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDFBEA is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB221251234-
CMYK0.1200.070.02
HSL146º78.95%92.55%-
HSV(B)146º11.95%98.43%-
XYZ79.1790.3191.1-
YUV240.09124.56114.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.30%
GREEN value IS 251 (98.44% from 255) = 35.55%
BLUE value IS 234 (91.80% from 255) = 33.14%
R=31.30%
G=35.55%
B=33.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212512340.1200.070.0214678.9592.55
HexDDFBEAC072924f5d
Octal33537335214072222117135
Binary11011101111110111110101011000111101001001010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFBEA; }

 p { color: rgb(221,251,234); }

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

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

 a { background-color: rgb(221,251,234); }

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

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

 span { border-color: rgb(221,251,234); }

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