#DFF2E7

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

Shades of Bubbles #DFF2E7

Tints of Bubbles #DFF2E7

Color information

#DFF2E7 (or 0xDFF2E7) is unknown color: approx Bubbles. HEX triplet: DF, F2 and E7. RGB value is (223,242,231). Sum of RGB (Red+Green+Blue) = 223+242+231=696 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.04% from 696); Green value is 242 (94.92% from 255 or 34.77% from 696); Blue value is 231 (90.62% from 255 or 33.19% from 696); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF2E7 is #200D18. Grayscale: #EBEBEB. Windows color (decimal): -2100505 or 15200991. OLE color: 15200991.

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

Color convert

RGB223242231-
CMYK0.0800.050.05
HSL145.26º42.22%91.18%-
HSV(B)145.26º7.85%94.9%-
XYZ76.6184.9687.96-
YUV235.06125.71119.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.04%
GREEN value IS 242 (94.92% from 255) = 34.77%
BLUE value IS 231 (90.62% from 255) = 33.19%
R=32.04%
G=34.77%
B=33.19%

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
Decimal2232422310.0800.050.05145.2642.2291.18
HexDFF2E78055912a5b
Octal3373623471005522152133
Binary11011111111100101110011110000101101100100011010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF2E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF2E7; }

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

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

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

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

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

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

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

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