Html Css Color HEX #D1EDD5 Aqua Squeeze

📋 copy color: '#D1EDD5'

red 209 ◦ green 237 ◦ blue 213

#D1EDD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aqua Squeeze #D1EDD5

Tints of Aqua Squeeze #D1EDD5

RGB

 RED value IS 209 (82.03% from 255) = 31.71%

 GREEN value IS 237 (92.97% from 255) = 35.96%

 BLUE value IS 213 (83.59% from 255) = 32.32%

R = 31.71%
G = 35.96%
B = 32.32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#D1EDD5 (or 0xD1EDD5) is known color: Aqua Squeeze. HEX triplet: D1, ED and D5. RGB value is (209,237,213). Sum of RGB (Red+Green+Blue) = 209+237+213=659 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.71% from 659); Green value is 237 (92.97% from 255 or 35.96% from 659); Blue value is 213 (83.59% from 255 or 32.32% from 659); Max value from RGB is 237 - color contains mainly: green. Hex color #D1EDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1EDD5 is #2E122A. Grayscale: #E1E1E1. Windows color (decimal): -3019307 or 14020049. OLE color: 14020049.

HSL color Cylindrical-coordinate representation of color #D1EDD5: hue angle of 128.57º degrees, saturation: 0.44, 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 #D1EDD5 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 237 213 -
CMYK 0.12 0 0.10 0.07
HSL 128.57º 0.44% 0.87% -
HSV(B) 128.57º 0.12% 0.93% -
XYZ 68.59 78.93 74.57 -
YUV 225.89 120.72 115.95 -
System Red Green Blue C M Y K H S L
Decimal 209 237 213 0.12 0 0.10 0.07 128.57 0.44 0.87
Hex D1 ED D5 C 0 A 7 81 2C 57
Octal 321 355 325 14 0 12 7 201 54 127
Binary 11010001 11101101 11010101 1100 0 1010 111 10000001 101100 1010111

Color Harmonies of #D1EDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EDD5

Black with #D1EDD5

Text Example


Text Example

White with #D1EDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EDD5; }

 p { color: rgb(209,237,213); }

 H1.HeaderClassName
 {
   color: #D1EDD5;
 }
 .AnyTagClassName
 {
   color: #D1EDD5;
 }
</style>

background-color css

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

 a { background-color: rgb(209,237,213); }

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

border-color css

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

 span { border-color: rgb(209,237,213); }

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