Html Css Color HEX #D1E9D2 Aqua Squeeze

📋 copy color: '#D1E9D2'

red 209 ◦ green 233 ◦ blue 210

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

Shades of Aqua Squeeze #D1E9D2

Tints of Aqua Squeeze #D1E9D2

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.74%

 BLUE value IS 210 (82.42% from 255) = 32.21%

R = 32.06%
G = 35.74%
B = 32.21%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#D1E9D2 (or 0xD1E9D2) is known color: Aqua Squeeze. HEX triplet: D1, E9 and D2. RGB value is (209,233,210). Sum of RGB (Red+Green+Blue) = 209+233+210=652 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.06% from 652); Green value is 233 (91.41% from 255 or 35.74% from 652); Blue value is 210 (82.42% from 255 or 32.21% from 652); Max value from RGB is 233 - color contains mainly: green. Hex color #D1E9D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1E9D2 is #2E162D. Grayscale: #DFDFDF. Windows color (decimal): -3020334 or 13822417. OLE color: 13822417.

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

Color convert

RGB 209 233 210 -
CMYK 0.10 0 0.10 0.09
HSL 122.5º 0.35% 0.87% -
HSV(B) 122.5º 0.1% 0.91% -
XYZ 67.07 76.49 72.2 -
YUV 223.2 120.55 117.87 -
System Red Green Blue C M Y K H S L
Decimal 209 233 210 0.10 0 0.10 0.09 122.5 0.35 0.87
Hex D1 E9 D2 A 0 A 9 7B 23 57
Octal 321 351 322 12 0 12 11 173 43 127
Binary 11010001 11101001 11010010 1010 0 1010 1001 1111011 100011 1010111

Color Harmonies of #D1E9D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E9D2

Black with #D1E9D2

Text Example


Text Example

White with #D1E9D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E9D2; }

 p { color: rgb(209,233,210); }

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

background-color css

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

 a { background-color: rgb(209,233,210); }

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

border-color css

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

 span { border-color: rgb(209,233,210); }

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