#DCEDDD

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

Shades of Aqua Squeeze #DCEDDD

Tints of Aqua Squeeze #DCEDDD

Color information

#DCEDDD (or 0xDCEDDD) is unknown color: approx Aqua Squeeze. HEX triplet: DC, ED and DD. RGB value is (220,237,221). Sum of RGB (Red+Green+Blue) = 220+237+221=678 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.45% from 678); Green value is 237 (92.97% from 255 or 34.96% from 678); Blue value is 221 (86.72% from 255 or 32.60% from 678); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDDD is #231222. Grayscale: #E6E6E6. Windows color (decimal): -2298403 or 14544348. OLE color: 14544348.

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

Color convert

RGB220237221-
CMYK0.0700.070.07
HSL123.53º32.08%89.61%-
HSV(B)123.53º7.17%92.94%-
XYZ72.858180.2-
YUV230.09122.87120.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.45%
GREEN value IS 237 (92.97% from 255) = 34.96%
BLUE value IS 221 (86.72% from 255) = 32.60%
R=32.45%
G=34.96%
B=32.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202372210.0700.070.07123.5332.0889.61
HexDCEDDD70777c205a
Octal334355335707717440132
Binary110111001110110111011101111011111111111001000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEDDD; }

 p { color: rgb(220,237,221); }

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

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

 a { background-color: rgb(220,237,221); }

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

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

 span { border-color: rgb(220,237,221); }

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