Html Css Color HEX #D6EAD9 Aqua Squeeze

📋 copy color: '#D6EAD9'

red 214 ◦ green 234 ◦ blue 217

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

Shades of Aqua Squeeze #D6EAD9

Tints of Aqua Squeeze #D6EAD9

RGB

 RED value IS 214 (83.98% from 255) = 32.18%

 GREEN value IS 234 (91.8% from 255) = 35.19%

 BLUE value IS 217 (85.16% from 255) = 32.63%

R = 32.18%
G = 35.19%
B = 32.63%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#D6EAD9 (or 0xD6EAD9) is known color: Aqua Squeeze. HEX triplet: D6, EA and D9. RGB value is (214,234,217). Sum of RGB (Red+Green+Blue) = 214+234+217=665 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.18% from 665); Green value is 234 (91.80% from 255 or 35.19% from 665); Blue value is 217 (85.16% from 255 or 32.63% from 665); Max value from RGB is 234 - color contains mainly: green. Hex color #D6EAD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EAD9 is #291526. Grayscale: #E2E2E2. Windows color (decimal): -2692391 or 14281430. OLE color: 14281430.

HSL color Cylindrical-coordinate representation of color #D6EAD9: hue angle of 129º degrees, saturation: 0.32, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6EAD9 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 234 217 -
CMYK 0.09 0 0.07 0.08
HSL 129º 0.32% 0.88% -
HSV(B) 129º 0.09% 0.92% -
XYZ 69.68 78.15 77.06 -
YUV 226.08 122.87 119.38 -
System Red Green Blue C M Y K H S L
Decimal 214 234 217 0.09 0 0.07 0.08 129 0.32 0.88
Hex D6 EA D9 9 0 7 8 81 20 58
Octal 326 352 331 11 0 7 10 201 40 130
Binary 11010110 11101010 11011001 1001 0 111 1000 10000001 100000 1011000

Color Harmonies of #D6EAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EAD9

Black with #D6EAD9

Text Example


Text Example

White with #D6EAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EAD9; }

 p { color: rgb(214,234,217); }

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

background-color css

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

 a { background-color: rgb(214,234,217); }

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

border-color css

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

 span { border-color: rgb(214,234,217); }

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