#DFEFE4

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

Shades of Bubbles #DFEFE4

Tints of Bubbles #DFEFE4

Color information

#DFEFE4 (or 0xDFEFE4) is unknown color: approx Bubbles. HEX triplet: DF, EF and E4. RGB value is (223,239,228). Sum of RGB (Red+Green+Blue) = 223+239+228=690 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.32% from 690); Green value is 239 (93.75% from 255 or 34.64% from 690); Blue value is 228 (89.45% from 255 or 33.04% from 690); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEFE4 is #20101B. Grayscale: #E8E8E8. Windows color (decimal): -2101276 or 15003615. OLE color: 15003615.

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

Color convert

RGB223239228-
CMYK0.0700.050.06
HSL138.75º33.33%90.59%-
HSV(B)138.75º6.69%93.73%-
XYZ75.383.0285.45-
YUV232.96125.2120.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.32%
GREEN value IS 239 (93.75% from 255) = 34.64%
BLUE value IS 228 (89.45% from 255) = 33.04%
R=32.32%
G=34.64%
B=33.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2232392280.0700.050.06138.7533.3390.59
HexDFEFE470568b215b
Octal337357344705621341133
Binary1101111111101111111001001110101110100010111000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEFE4; }

 p { color: rgb(223,239,228); }

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

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

 a { background-color: rgb(223,239,228); }

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

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

 span { border-color: rgb(223,239,228); }

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