#DEEDE3

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

Shades of Bubbles #DEEDE3

Tints of Bubbles #DEEDE3

Color information

#DEEDE3 (or 0xDEEDE3) is unknown color: approx Bubbles. HEX triplet: DE, ED and E3. RGB value is (222,237,227). Sum of RGB (Red+Green+Blue) = 222+237+227=686 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.36% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 227 (89.06% from 255 or 33.09% from 686); Max value from RGB is 237 - color contains mainly: green. Hex color #DEEDE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEDE3 is #21121C. Grayscale: #E7E7E7. Windows color (decimal): -2167325 or 14937566. OLE color: 14937566.

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

Color convert

RGB222237227-
CMYK0.0600.040.07
HSL140º29.41%90%-
HSV(B)140º6.33%92.94%-
XYZ74.2781.6484.52-
YUV231.38125.53121.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.36%
GREEN value IS 237 (92.97% from 255) = 34.55%
BLUE value IS 227 (89.06% from 255) = 33.09%
R=32.36%
G=34.55%
B=33.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222372270.0600.040.0714029.4190
HexDEEDE360478c1d5a
Octal336355343604721435132
Binary110111101110110111100011110010011110001100111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEDE3; }

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

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

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

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

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

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

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

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