#DEEFE5

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

Shades of Bubbles #DEEFE5

Tints of Bubbles #DEEFE5

Color information

#DEEFE5 (or 0xDEEFE5) is unknown color: approx Bubbles. HEX triplet: DE, EF and E5. RGB value is (222,239,229). Sum of RGB (Red+Green+Blue) = 222+239+229=690 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.17% from 690); Green value is 239 (93.75% from 255 or 34.64% from 690); Blue value is 229 (89.84% from 255 or 33.19% from 690); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEFE5 is #21101A. Grayscale: #E8E8E8. Windows color (decimal): -2166811 or 15069150. OLE color: 15069150.

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

Color convert

RGB222239229-
CMYK0.0700.040.06
HSL144.71º34.69%90.39%-
HSV(B)144.71º7.11%93.73%-
XYZ75.1382.9286.17-
YUV232.78125.87120.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.17%
GREEN value IS 239 (93.75% from 255) = 34.64%
BLUE value IS 229 (89.84% from 255) = 33.19%
R=32.17%
G=34.64%
B=33.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222392290.0700.040.06144.7134.6990.39
HexDEEFE5704691235a
Octal336357345704622143132
Binary1101111011101111111001011110100110100100011000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEFE5; }

 p { color: rgb(222,239,229); }

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

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

 a { background-color: rgb(222,239,229); }

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

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

 span { border-color: rgb(222,239,229); }

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