Html Css Color HEX #D6EED9 Aqua Squeeze

📋 copy color: '#D6EED9'

red 214 ◦ green 238 ◦ blue 217

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

Shades of Aqua Squeeze #D6EED9

Tints of Aqua Squeeze #D6EED9

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.58%

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

R = 31.99%
G = 35.58%
B = 32.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#D6EED9 (or 0xD6EED9) is known color: Aqua Squeeze. HEX triplet: D6, EE and D9. RGB value is (214,238,217). Sum of RGB (Red+Green+Blue) = 214+238+217=669 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.99% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 217 (85.16% from 255 or 32.44% from 669); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EED9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EED9 is #291126. Grayscale: #E4E4E4. Windows color (decimal): -2691367 or 14282454. OLE color: 14282454.

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

Color convert

RGB 214 238 217 -
CMYK 0.10 0 0.09 0.07
HSL 127.5º 0.41% 0.89% -
HSV(B) 127.5º 0.1% 0.93% -
XYZ 70.83 80.45 77.44 -
YUV 228.43 121.55 117.71 -
System Red Green Blue C M Y K H S L
Decimal 214 238 217 0.10 0 0.09 0.07 127.5 0.41 0.89
Hex D6 EE D9 A 0 9 7 80 29 59
Octal 326 356 331 12 0 11 7 200 51 131
Binary 11010110 11101110 11011001 1010 0 1001 111 10000000 101001 1011001

Color Harmonies of #D6EED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EED9

Black with #D6EED9

Text Example


Text Example

White with #D6EED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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