Html Css Color HEX #D1E7D2 Aqua Squeeze

📋 copy color: '#D1E7D2'

red 209 ◦ green 231 ◦ blue 210

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

Shades of Aqua Squeeze #D1E7D2

Tints of Aqua Squeeze #D1E7D2

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.54%

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

R = 32.15%
G = 35.54%
B = 32.31%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#D1E7D2 (or 0xD1E7D2) is known color: Aqua Squeeze. HEX triplet: D1, E7 and D2. RGB value is (209,231,210). Sum of RGB (Red+Green+Blue) = 209+231+210=650 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.15% from 650); Green value is 231 (90.62% from 255 or 35.54% from 650); Blue value is 210 (82.42% from 255 or 32.31% from 650); Max value from RGB is 231 - color contains mainly: green. Hex color #D1E7D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1E7D2 is #2E182D. Grayscale: #DEDEDE. Windows color (decimal): -3020846 or 13821905. OLE color: 13821905.

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

Color convert

RGB 209 231 210 -
CMYK 0.10 0 0.09 0.09
HSL 122.73º 0.31% 0.86% -
HSV(B) 122.73º 0.1% 0.91% -
XYZ 66.5 75.36 72.01 -
YUV 222.03 121.21 118.71 -
System Red Green Blue C M Y K H S L
Decimal 209 231 210 0.10 0 0.09 0.09 122.73 0.31 0.86
Hex D1 E7 D2 A 0 9 9 7B 1F 56
Octal 321 347 322 12 0 11 11 173 37 126
Binary 11010001 11100111 11010010 1010 0 1001 1001 1111011 11111 1010110

Color Harmonies of #D1E7D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E7D2

Black with #D1E7D2

Text Example


Text Example

White with #D1E7D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E7D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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