Html Css Color HEX #D1E7D3 Aqua Squeeze

📋 copy color: '#D1E7D3'

red 209 ◦ green 231 ◦ blue 211

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

Shades of Aqua Squeeze #D1E7D3

Tints of Aqua Squeeze #D1E7D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.41%

R = 32.1%
G = 35.48%
B = 32.41%

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

#D1E7D3 (or 0xD1E7D3) is known color: Aqua Squeeze. HEX triplet: D1, E7 and D3. RGB value is (209,231,211). Sum of RGB (Red+Green+Blue) = 209+231+211=651 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.10% from 651); Green value is 231 (90.62% from 255 or 35.48% from 651); Blue value is 211 (82.81% from 255 or 32.41% from 651); Max value from RGB is 231 - color contains mainly: green. Hex color #D1E7D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1E7D3 is #2E182C. Grayscale: #DEDEDE. Windows color (decimal): -3020845 or 13887441. OLE color: 13887441.

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

Color convert

RGB 209 231 211 -
CMYK 0.10 0 0.09 0.09
HSL 125.45º 0.31% 0.86% -
HSV(B) 125.45º 0.1% 0.91% -
XYZ 66.63 75.41 72.67 -
YUV 222.14 121.71 118.63 -
System Red Green Blue C M Y K H S L
Decimal 209 231 211 0.10 0 0.09 0.09 125.45 0.31 0.86
Hex D1 E7 D3 A 0 9 9 7D 1F 56
Octal 321 347 323 12 0 11 11 175 37 126
Binary 11010001 11100111 11010011 1010 0 1001 1001 1111101 11111 1010110

Color Harmonies of #D1E7D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E7D3

Black with #D1E7D3

Text Example


Text Example

White with #D1E7D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E7D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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