#DCEEE3

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

Shades of Bubbles #DCEEE3

Tints of Bubbles #DCEEE3

Color information

#DCEEE3 (or 0xDCEEE3) is unknown color: approx Bubbles. HEX triplet: DC, EE and E3. RGB value is (220,238,227). Sum of RGB (Red+Green+Blue) = 220+238+227=685 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.12% from 685); Green value is 238 (93.36% from 255 or 34.74% from 685); Blue value is 227 (89.06% from 255 or 33.14% from 685); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEEE3 is #23111C. Grayscale: #E7E7E7. Windows color (decimal): -2298141 or 14937820. OLE color: 14937820.

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

Color convert

RGB220238227-
CMYK0.0800.050.07
HSL143.33º34.62%89.8%-
HSV(B)143.33º7.56%93.33%-
XYZ73.9581.9184.59-
YUV231.36125.54119.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.12%
GREEN value IS 238 (93.36% from 255) = 34.74%
BLUE value IS 227 (89.06% from 255) = 33.14%
R=32.12%
G=34.74%
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.07
SystemRedGreenBlueCMYKHSL
Decimal2202382270.0800.050.07143.3334.6289.8
HexDCEEE380578f235a
Octal3343563431005721743132
Binary11011100111011101110001110000101111100011111000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEEE3; }

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

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

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

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

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

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

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

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