#DCF8E8

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

Shades of Bubbles #DCF8E8

Tints of Bubbles #DCF8E8

Color information

#DCF8E8 (or 0xDCF8E8) is unknown color: approx Bubbles. HEX triplet: DC, F8 and E8. RGB value is (220,248,232). Sum of RGB (Red+Green+Blue) = 220+248+232=700 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.43% from 700); Green value is 248 (97.27% from 255 or 35.43% from 700); Blue value is 232 (91.02% from 255 or 33.14% from 700); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF8E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF8E8 is #230717. Grayscale: #EDEDED. Windows color (decimal): -2295576 or 15268060. OLE color: 15268060.

HSL color Cylindrical-coordinate representation of color #DCF8E8: hue angle of 145.71º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCF8E8 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB220248232-
CMYK0.1100.060.03
HSL145.71º66.67%91.76%-
HSV(B)145.71º11.29%97.25%-
XYZ77.6588.1889.27-
YUV237.8124.72115.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.43%
GREEN value IS 248 (97.27% from 255) = 35.43%
BLUE value IS 232 (91.02% from 255) = 33.14%
R=31.43%
G=35.43%
B=33.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202482320.1100.060.03145.7166.6791.76
HexDCF8E8B06392435c
Octal33437035013063222103134
Binary11011100111110001110100010110110111001001010000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF8E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF8E8; }

 p { color: rgb(220,248,232); }

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

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

 a { background-color: rgb(220,248,232); }

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

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

 span { border-color: rgb(220,248,232); }

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