#D0E8D1

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

Shades of Aqua Squeeze #D0E8D1

Tints of Aqua Squeeze #D0E8D1

Color information

#D0E8D1 (or 0xD0E8D1) is unknown color: approx Aqua Squeeze. HEX triplet: D0, E8 and D1. RGB value is (208,232,209). Sum of RGB (Red+Green+Blue) = 208+232+209=649 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.05% from 649); Green value is 232 (91.02% from 255 or 35.75% from 649); Blue value is 209 (82.03% from 255 or 32.20% from 649); Max value from RGB is 232 - color contains mainly: green. Hex color #D0E8D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E8D1 is #2F172E. Grayscale: #DEDEDE. Windows color (decimal): -3086127 or 13756624. OLE color: 13756624.

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

Color convert

RGB208232209-
CMYK0.1000.100.09
HSL122.5º34.29%86.27%-
HSV(B)122.5º10.34%90.98%-
XYZ66.3875.7371.44-
YUV222.2120.55117.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.05%
GREEN value IS 232 (91.02% from 255) = 35.75%
BLUE value IS 209 (82.03% from 255) = 32.20%
R=32.05%
G=35.75%
B=32.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2082322090.1000.100.09122.534.2986.27
HexD0E8D1A0A97a2256
Octal320350321120121117242126
Binary110100001110100011010001101001010100111110101000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E8D1; }

 p { color: rgb(208,232,209); }

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

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

 a { background-color: rgb(208,232,209); }

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

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

 span { border-color: rgb(208,232,209); }

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