#DFEFE5

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

Shades of Bubbles #DFEFE5

Tints of Bubbles #DFEFE5

Color information

#DFEFE5 (or 0xDFEFE5) is unknown color: approx Bubbles. HEX triplet: DF, EF and E5. RGB value is (223,239,229). Sum of RGB (Red+Green+Blue) = 223+239+229=691 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.27% from 691); Green value is 239 (93.75% from 255 or 34.59% from 691); Blue value is 229 (89.84% from 255 or 33.14% from 691); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEFE5 is #20101A. Grayscale: #E9E9E9. Windows color (decimal): -2101275 or 15069151. OLE color: 15069151.

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

Color convert

RGB223239229-
CMYK0.0700.040.06
HSL142.5º33.33%90.59%-
HSV(B)142.5º6.69%93.73%-
XYZ75.4483.0886.19-
YUV233.08125.7120.81-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.27%
GREEN value IS 239 (93.75% from 255) = 34.59%
BLUE value IS 229 (89.84% from 255) = 33.14%
R=32.27%
G=34.59%
B=33.14%

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
Decimal2232392290.0700.040.06142.533.3390.59
HexDFEFE570468e215b
Octal337357345704621641133
Binary1101111111101111111001011110100110100011101000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEFE5; }

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

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

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

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

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

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

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

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