#DFF3E7

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

Shades of Bubbles #DFF3E7

Tints of Bubbles #DFF3E7

Color information

#DFF3E7 (or 0xDFF3E7) is unknown color: approx Bubbles. HEX triplet: DF, F3 and E7. RGB value is (223,243,231). Sum of RGB (Red+Green+Blue) = 223+243+231=697 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.99% from 697); Green value is 243 (95.31% from 255 or 34.86% from 697); Blue value is 231 (90.62% from 255 or 33.14% from 697); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF3E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF3E7 is #200C18. Grayscale: #EBEBEB. Windows color (decimal): -2100249 or 15201247. OLE color: 15201247.

HSL color Cylindrical-coordinate representation of color #DFF3E7: hue angle of 144º 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 #DFF3E7 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB223243231-
CMYK0.0800.050.05
HSL144º45.45%91.37%-
HSV(B)144º8.23%95.29%-
XYZ76.9185.5688.06-
YUV235.65125.37118.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.99%
GREEN value IS 243 (95.31% from 255) = 34.86%
BLUE value IS 231 (90.62% from 255) = 33.14%
R=31.99%
G=34.86%
B=33.14%

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
Decimal2232432310.0800.050.0514445.4591.37
HexDFF3E78055902d5b
Octal3373633471005522055133
Binary11011111111100111110011110000101101100100001011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF3E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF3E7; }

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

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

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

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

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

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

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

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