#D0ECD4

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

Shades of Aqua Squeeze #D0ECD4

Tints of Aqua Squeeze #D0ECD4

Color information

#D0ECD4 (or 0xD0ECD4) is unknown color: approx Aqua Squeeze. HEX triplet: D0, EC and D4. RGB value is (208,236,212). Sum of RGB (Red+Green+Blue) = 208+236+212=656 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.71% from 656); Green value is 236 (92.58% from 255 or 35.98% from 656); Blue value is 212 (83.20% from 255 or 32.32% from 656); Max value from RGB is 236 - color contains mainly: green. Hex color #D0ECD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0ECD4 is #2F132B. Grayscale: #E0E0E0. Windows color (decimal): -3085100 or 13954256. OLE color: 13954256.

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

Color convert

RGB208236212-
CMYK0.1200.100.07
HSL128.57º42.42%87.06%-
HSV(B)128.57º11.86%92.55%-
XYZ67.8978.1573.79-
YUV224.89120.72115.95-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.71%
GREEN value IS 236 (92.58% from 255) = 35.98%
BLUE value IS 212 (83.20% from 255) = 32.32%
R=31.71%
G=35.98%
B=32.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082362120.1200.100.07128.5742.4287.06
HexD0ECD4C0A7812a57
Octal32035432414012720152127
Binary110100001110110011010100110001010111100000011010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ECD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ECD4; }

 p { color: rgb(208,236,212); }

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

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

 a { background-color: rgb(208,236,212); }

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

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

 span { border-color: rgb(208,236,212); }

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