#DDEEE3

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

Shades of Bubbles #DDEEE3

Tints of Bubbles #DDEEE3

Color information

#DDEEE3 (or 0xDDEEE3) is unknown color: approx Bubbles. HEX triplet: DD, EE and E3. RGB value is (221,238,227). Sum of RGB (Red+Green+Blue) = 221+238+227=686 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.22% from 686); Green value is 238 (93.36% from 255 or 34.69% from 686); Blue value is 227 (89.06% from 255 or 33.09% from 686); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEEE3 is #22111C. Grayscale: #E7E7E7. Windows color (decimal): -2232605 or 14937821. OLE color: 14937821.

HSL color Cylindrical-coordinate representation of color #DDEEE3: hue angle of 141.18º degrees, saturation: 0.33, 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 #DDEEE3 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB221238227-
CMYK0.0700.050.07
HSL141.18º33.33%90%-
HSV(B)141.18º7.14%93.33%-
XYZ74.2682.0784.6-
YUV231.66125.37120.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.22%
GREEN value IS 238 (93.36% from 255) = 34.69%
BLUE value IS 227 (89.06% from 255) = 33.09%
R=32.22%
G=34.69%
B=33.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212382270.0700.050.07141.1833.3390
HexDDEEE370578d215a
Octal335356343705721541132
Binary1101110111101110111000111110101111100011011000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEEE3; }

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

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

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

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

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

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

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

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