#DFFAEB

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

Shades of Bubbles #DFFAEB

Tints of Bubbles #DFFAEB

Color information

#DFFAEB (or 0xDFFAEB) is unknown color: approx Bubbles. HEX triplet: DF, FA and EB. RGB value is (223,250,235). Sum of RGB (Red+Green+Blue) = 223+250+235=708 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.50% from 708); Green value is 250 (98.05% from 255 or 35.31% from 708); Blue value is 235 (92.19% from 255 or 33.19% from 708); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFAEB is #200514. Grayscale: #F0F0F0. Windows color (decimal): -2098453 or 15465183. OLE color: 15465183.

HSL color Cylindrical-coordinate representation of color #DFFAEB: hue angle of 146.67º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFFAEB is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB223250235-
CMYK0.1100.060.02
HSL146.67º72.97%92.75%-
HSV(B)146.67º10.8%98.04%-
XYZ79.6190.0691.78-
YUV240.22125.05115.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.50%
GREEN value IS 250 (98.05% from 255) = 35.31%
BLUE value IS 235 (92.19% from 255) = 33.19%
R=31.50%
G=35.31%
B=33.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232502350.1100.060.02146.6772.9792.75
HexDFFAEBB06293495d
Octal33737235313062223111135
Binary11011111111110101110101110110110101001001110010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFAEB; }

 p { color: rgb(223,250,235); }

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

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

 a { background-color: rgb(223,250,235); }

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

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

 span { border-color: rgb(223,250,235); }

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