#D0E9D3

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

Shades of Aqua Squeeze #D0E9D3

Tints of Aqua Squeeze #D0E9D3

Color information

#D0E9D3 (or 0xD0E9D3) is unknown color: approx Aqua Squeeze. HEX triplet: D0, E9 and D3. RGB value is (208,233,211). Sum of RGB (Red+Green+Blue) = 208+233+211=652 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.90% from 652); Green value is 233 (91.41% from 255 or 35.74% from 652); Blue value is 211 (82.81% from 255 or 32.36% from 652); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E9D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E9D3 is #2F162C. Grayscale: #DFDFDF. Windows color (decimal): -3085869 or 13887952. OLE color: 13887952.

HSL color Cylindrical-coordinate representation of color #D0E9D3: hue angle of 127.2º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0E9D3 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB208233211-
CMYK0.1100.090.09
HSL127.2º36.23%86.47%-
HSV(B)127.2º10.73%91.37%-
XYZ66.9176.3972.85-
YUV223.02121.22117.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.90%
GREEN value IS 233 (91.41% from 255) = 35.74%
BLUE value IS 211 (82.81% from 255) = 32.36%
R=31.90%
G=35.74%
B=32.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2082332110.1100.090.09127.236.2386.47
HexD0E9D3B0997f2456
Octal320351323130111117744126
Binary110100001110100111010011101101001100111111111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E9D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E9D3; }

 p { color: rgb(208,233,211); }

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

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

 a { background-color: rgb(208,233,211); }

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

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

 span { border-color: rgb(208,233,211); }

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