#DFEDE4

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

Shades of Bubbles #DFEDE4

Tints of Bubbles #DFEDE4

Color information

#DFEDE4 (or 0xDFEDE4) is unknown color: approx Bubbles. HEX triplet: DF, ED and E4. RGB value is (223,237,228). Sum of RGB (Red+Green+Blue) = 223+237+228=688 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.41% from 688); Green value is 237 (92.97% from 255 or 34.45% from 688); Blue value is 228 (89.45% from 255 or 33.14% from 688); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEDE4 is #20121B. Grayscale: #E7E7E7. Windows color (decimal): -2101788 or 15003103. OLE color: 15003103.

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

Color convert

RGB223237228-
CMYK0.0600.040.07
HSL141.43º28%90.2%-
HSV(B)141.43º5.91%92.94%-
XYZ74.7281.8685.26-
YUV231.79125.86121.73-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.41%
GREEN value IS 237 (92.97% from 255) = 34.45%
BLUE value IS 228 (89.45% from 255) = 33.14%
R=32.41%
G=34.45%
B=33.14%

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
Decimal2232372280.0600.040.07141.432890.2
HexDFEDE460478d1c5a
Octal337355344604721534132
Binary110111111110110111100100110010011110001101111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEDE4; }

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

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

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

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

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

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

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

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