#D0EBD3

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

Shades of Aqua Squeeze #D0EBD3

Tints of Aqua Squeeze #D0EBD3

Color information

#D0EBD3 (or 0xD0EBD3) is unknown color: approx Aqua Squeeze. HEX triplet: D0, EB and D3. RGB value is (208,235,211). Sum of RGB (Red+Green+Blue) = 208+235+211=654 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.80% from 654); Green value is 235 (92.19% from 255 or 35.93% from 654); Blue value is 211 (82.81% from 255 or 32.26% from 654); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EBD3 is #2F142C. Grayscale: #E0E0E0. Windows color (decimal): -3085357 or 13888464. OLE color: 13888464.

HSL color Cylindrical-coordinate representation of color #D0EBD3: hue angle of 126.67º 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 #D0EBD3 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB208235211-
CMYK0.1100.100.08
HSL126.67º40.3%86.86%-
HSV(B)126.67º11.49%92.16%-
XYZ67.4877.5373.04-
YUV224.19120.55116.45-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.80%
GREEN value IS 235 (92.19% from 255) = 35.93%
BLUE value IS 211 (82.81% from 255) = 32.26%
R=31.80%
G=35.93%
B=32.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2082352110.1100.100.08126.6740.386.86
HexD0EBD3B0A87f2857
Octal320353323130121017750127
Binary110100001110101111010011101101010100011111111010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EBD3; }

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

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

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

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

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

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

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

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