#DFF2E6

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

Shades of Bubbles #DFF2E6

Tints of Bubbles #DFF2E6

Color information

#DFF2E6 (or 0xDFF2E6) is unknown color: approx Bubbles. HEX triplet: DF, F2 and E6. RGB value is (223,242,230). Sum of RGB (Red+Green+Blue) = 223+242+230=695 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.09% from 695); Green value is 242 (94.92% from 255 or 34.82% from 695); Blue value is 230 (90.23% from 255 or 33.09% from 695); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF2E6 is #200D19. Grayscale: #EAEAEA. Windows color (decimal): -2100506 or 15135455. OLE color: 15135455.

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

Color convert

RGB223242230-
CMYK0.0800.050.05
HSL142.11º42.22%91.18%-
HSV(B)142.11º7.85%94.9%-
XYZ76.4784.9187.22-
YUV234.95125.21119.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.09%
GREEN value IS 242 (94.92% from 255) = 34.82%
BLUE value IS 230 (90.23% from 255) = 33.09%
R=32.09%
G=34.82%
B=33.09%

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
Decimal2232422300.0800.050.05142.1142.2291.18
HexDFF2E680558e2a5b
Octal3373623461005521652133
Binary11011111111100101110011010000101101100011101010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF2E6; }

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

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

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

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

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

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

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

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