Html Css Color HEX #D6EED8 Aqua Squeeze

📋 copy color: '#D6EED8'

red 214 ◦ green 238 ◦ blue 216

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

Shades of Aqua Squeeze #D6EED8

Tints of Aqua Squeeze #D6EED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 32.34%

R = 32.04%
G = 35.63%
B = 32.34%

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

#D6EED8 (or 0xD6EED8) is known color: Aqua Squeeze. HEX triplet: D6, EE and D8. RGB value is (214,238,216). Sum of RGB (Red+Green+Blue) = 214+238+216=668 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.04% from 668); Green value is 238 (93.36% from 255 or 35.63% from 668); Blue value is 216 (84.77% from 255 or 32.34% from 668); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EED8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EED8 is #291127. Grayscale: #E4E4E4. Windows color (decimal): -2691368 or 14216918. OLE color: 14216918.

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

Color convert

RGB 214 238 216 -
CMYK 0.10 0 0.09 0.07
HSL 125º 0.41% 0.89% -
HSV(B) 125º 0.1% 0.93% -
XYZ 70.7 80.4 76.76 -
YUV 228.32 121.05 117.79 -
System Red Green Blue C M Y K H S L
Decimal 214 238 216 0.10 0 0.09 0.07 125 0.41 0.89
Hex D6 EE D8 A 0 9 7 7D 29 59
Octal 326 356 330 12 0 11 7 175 51 131
Binary 11010110 11101110 11011000 1010 0 1001 111 1111101 101001 1011001

Color Harmonies of #D6EED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EED8

Black with #D6EED8

Text Example


Text Example

White with #D6EED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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