#DDFAEA

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

Shades of Bubbles #DDFAEA

Tints of Bubbles #DDFAEA

Color information

#DDFAEA (or 0xDDFAEA) is unknown color: approx Bubbles. HEX triplet: DD, FA and EA. RGB value is (221,250,234). Sum of RGB (Red+Green+Blue) = 221+250+234=705 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.35% from 705); Green value is 250 (98.05% from 255 or 35.46% from 705); Blue value is 234 (91.80% from 255 or 33.19% from 705); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFAEA is #220515. Grayscale: #EFEFEF. Windows color (decimal): -2229526 or 15399645. OLE color: 15399645.

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

Color convert

RGB221250234-
CMYK0.1200.060.02
HSL146.9º74.36%92.35%-
HSV(B)146.9º11.6%98.04%-
XYZ78.8689.6891-
YUV239.5124.89114.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.35%
GREEN value IS 250 (98.05% from 255) = 35.46%
BLUE value IS 234 (91.80% from 255) = 33.19%
R=31.35%
G=35.46%
B=33.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212502340.1200.060.02146.974.3692.35
HexDDFAEAC062934a5c
Octal33537235214062223112134
Binary11011101111110101110101011000110101001001110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFAEA; }

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

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

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

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

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

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

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

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