#DFFFEE

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

Shades of Bubbles #DFFFEE

Tints of Bubbles #DFFFEE

Color information

#DFFFEE (or 0xDFFFEE) is unknown color: approx Bubbles. HEX triplet: DF, FF and EE. RGB value is (223,255,238). Sum of RGB (Red+Green+Blue) = 223+255+238=716 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.15% from 716); Green value is 255 (100% from 255 or 35.61% from 716); Blue value is 238 (93.36% from 255 or 33.24% from 716); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFFEE is #200011. Grayscale: #F3F3F3. Windows color (decimal): -2097170 or 15663071. OLE color: 15663071.

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

Color convert

RGB223255238-
CMYK0.1300.070
HSL148.12º100%93.73%-
HSV(B)148.12º12.55%100%-
XYZ81.6293.3894.61-
YUV243.49124.9113.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.15%
GREEN value IS 255 (100% from 255) = 35.61%
BLUE value IS 238 (93.36% from 255) = 33.24%
R=31.15%
G=35.61%
B=33.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2232552380.1300.070148.1210093.73
HexDFFFEED07094645e
Octal33737735615070224144136
Binary1101111111111111111011101101011101001010011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFFEE; }

 p { color: rgb(223,255,238); }

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

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

 a { background-color: rgb(223,255,238); }

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

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

 span { border-color: rgb(223,255,238); }

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