#D0EBD2

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

Shades of Aqua Squeeze #D0EBD2

Tints of Aqua Squeeze #D0EBD2

Color information

#D0EBD2 (or 0xD0EBD2) is unknown color: approx Aqua Squeeze. HEX triplet: D0, EB and D2. RGB value is (208,235,210). Sum of RGB (Red+Green+Blue) = 208+235+210=653 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.85% from 653); Green value is 235 (92.19% from 255 or 35.99% from 653); Blue value is 210 (82.42% from 255 or 32.16% from 653); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EBD2 is #2F142D. Grayscale: #E0E0E0. Windows color (decimal): -3085358 or 13822928. OLE color: 13822928.

HSL color Cylindrical-coordinate representation of color #D0EBD2: hue angle of 124.44º degrees, saturation: 0.4, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0EBD2 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB208235210-
CMYK0.1100.110.08
HSL124.44º40.3%86.86%-
HSV(B)124.44º11.49%92.16%-
XYZ67.3577.4872.38-
YUV224.08120.05116.53-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.85%
GREEN value IS 235 (92.19% from 255) = 35.99%
BLUE value IS 210 (82.42% from 255) = 32.16%
R=31.85%
G=35.99%
B=32.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2082352100.1100.110.08124.4440.386.86
HexD0EBD2B0B87c2857
Octal320353322130131017450127
Binary110100001110101111010010101101011100011111001010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EBD2; }

 p { color: rgb(208,235,210); }

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

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

 a { background-color: rgb(208,235,210); }

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

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

 span { border-color: rgb(208,235,210); }

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