#DCF0E3

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

Shades of Bubbles #DCF0E3

Tints of Bubbles #DCF0E3

Color information

#DCF0E3 (or 0xDCF0E3) is unknown color: approx Bubbles. HEX triplet: DC, F0 and E3. RGB value is (220,240,227). Sum of RGB (Red+Green+Blue) = 220+240+227=687 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.02% from 687); Green value is 240 (94.14% from 255 or 34.93% from 687); Blue value is 227 (89.06% from 255 or 33.04% from 687); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF0E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF0E3 is #230F1C. Grayscale: #E8E8E8. Windows color (decimal): -2297629 or 14938332. OLE color: 14938332.

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

Color convert

RGB220240227-
CMYK0.0800.050.06
HSL141º40%90.2%-
HSV(B)141º8.33%94.12%-
XYZ74.5483.0884.78-
YUV232.54124.87119.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.02%
GREEN value IS 240 (94.14% from 255) = 34.93%
BLUE value IS 227 (89.06% from 255) = 33.04%
R=32.02%
G=34.93%
B=33.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202402270.0800.050.061414090.2
HexDCF0E380568d285a
Octal3343603431005621550132
Binary11011100111100001110001110000101110100011011010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF0E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF0E3; }

 p { color: rgb(220,240,227); }

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

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

 a { background-color: rgb(220,240,227); }

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

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

 span { border-color: rgb(220,240,227); }

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