Html Css Color HEX #D6EDD9 Aqua Squeeze

📋 copy color: '#D6EDD9'

red 214 ◦ green 237 ◦ blue 217

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

Shades of Aqua Squeeze #D6EDD9

Tints of Aqua Squeeze #D6EDD9

RGB

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

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

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

R = 32.04%
G = 35.48%
B = 32.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#D6EDD9 (or 0xD6EDD9) is known color: Aqua Squeeze. HEX triplet: D6, ED and D9. RGB value is (214,237,217). Sum of RGB (Red+Green+Blue) = 214+237+217=668 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.04% from 668); Green value is 237 (92.97% from 255 or 35.48% from 668); Blue value is 217 (85.16% from 255 or 32.49% from 668); Max value from RGB is 237 - color contains mainly: green. Hex color #D6EDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EDD9 is #291226. Grayscale: #E3E3E3. Windows color (decimal): -2691623 or 14282198. OLE color: 14282198.

HSL color Cylindrical-coordinate representation of color #D6EDD9: hue angle of 127.83º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6EDD9 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 237 217 -
CMYK 0.10 0 0.08 0.07
HSL 127.83º 0.39% 0.88% -
HSV(B) 127.83º 0.1% 0.93% -
XYZ 70.54 79.87 77.35 -
YUV 227.84 121.88 118.13 -
System Red Green Blue C M Y K H S L
Decimal 214 237 217 0.10 0 0.08 0.07 127.83 0.39 0.88
Hex D6 ED D9 A 0 8 7 80 27 58
Octal 326 355 331 12 0 10 7 200 47 130
Binary 11010110 11101101 11011001 1010 0 1000 111 10000000 100111 1011000

Color Harmonies of #D6EDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EDD9

Black with #D6EDD9

Text Example


Text Example

White with #D6EDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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