#DFF3E6

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

Shades of Bubbles #DFF3E6

Tints of Bubbles #DFF3E6

Color information

#DFF3E6 (or 0xDFF3E6) is unknown color: approx Bubbles. HEX triplet: DF, F3 and E6. RGB value is (223,243,230). Sum of RGB (Red+Green+Blue) = 223+243+230=696 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.04% from 696); Green value is 243 (95.31% from 255 or 34.91% from 696); Blue value is 230 (90.23% from 255 or 33.05% from 696); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF3E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF3E6 is #200C19. Grayscale: #EBEBEB. Windows color (decimal): -2100250 or 15135711. OLE color: 15135711.

HSL color Cylindrical-coordinate representation of color #DFF3E6: hue angle of 141º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFF3E6 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB223243230-
CMYK0.0800.050.05
HSL141º45.45%91.37%-
HSV(B)141º8.23%95.29%-
XYZ76.7685.587.32-
YUV235.54124.87119.06-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.04%
GREEN value IS 243 (95.31% from 255) = 34.91%
BLUE value IS 230 (90.23% from 255) = 33.05%
R=32.04%
G=34.91%
B=33.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232432300.0800.050.0514145.4591.37
HexDFF3E680558d2d5b
Octal3373633461005521555133
Binary11011111111100111110011010000101101100011011011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF3E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF3E6; }

 p { color: rgb(223,243,230); }

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

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

 a { background-color: rgb(223,243,230); }

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

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

 span { border-color: rgb(223,243,230); }

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