#DFEEE5

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

Shades of Bubbles #DFEEE5

Tints of Bubbles #DFEEE5

Color information

#DFEEE5 (or 0xDFEEE5) is unknown color: approx Bubbles. HEX triplet: DF, EE and E5. RGB value is (223,238,229). Sum of RGB (Red+Green+Blue) = 223+238+229=690 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.32% from 690); Green value is 238 (93.36% from 255 or 34.49% from 690); Blue value is 229 (89.84% from 255 or 33.19% from 690); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEEE5 is #20111A. Grayscale: #E8E8E8. Windows color (decimal): -2101531 or 15068895. OLE color: 15068895.

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

Color convert

RGB223238229-
CMYK0.0600.040.07
HSL144º30.61%90.39%-
HSV(B)144º6.3%93.33%-
XYZ75.1582.4986.09-
YUV232.49126.03121.23-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.32%
GREEN value IS 238 (93.36% from 255) = 34.49%
BLUE value IS 229 (89.84% from 255) = 33.19%
R=32.32%
G=34.49%
B=33.19%

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
Decimal2232382290.0600.040.0714430.6190.39
HexDFEEE56047901f5a
Octal337356345604722037132
Binary110111111110111011100101110010011110010000111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEEE5; }

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

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

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

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

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

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

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

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