#DCEADE

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

Shades of Aqua Squeeze #DCEADE

Tints of Aqua Squeeze #DCEADE

Color information

#DCEADE (or 0xDCEADE) is unknown color: approx Aqua Squeeze. HEX triplet: DC, EA and DE. RGB value is (220,234,222). Sum of RGB (Red+Green+Blue) = 220+234+222=676 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.54% from 676); Green value is 234 (91.80% from 255 or 34.62% from 676); Blue value is 222 (87.11% from 255 or 32.84% from 676); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEADE is #231521. Grayscale: #E4E4E4. Windows color (decimal): -2299170 or 14609116. OLE color: 14609116.

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

Color convert

RGB220234222-
CMYK0.0600.050.08
HSL128.57º25%89.02%-
HSV(B)128.57º5.98%91.76%-
XYZ72.1279.3480.62-
YUV228.45124.36121.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.54%
GREEN value IS 234 (91.80% from 255) = 34.62%
BLUE value IS 222 (87.11% from 255) = 32.84%
R=32.54%
G=34.62%
B=32.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202342220.0600.050.08128.572589.02
HexDCEADE6058811959
Octal3343523366051020131131
Binary1101110011101010110111101100101100010000001110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEADE; }

 p { color: rgb(220,234,222); }

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

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

 a { background-color: rgb(220,234,222); }

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

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

 span { border-color: rgb(220,234,222); }

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