Html Css Color HEX #D6EDD8 Aqua Squeeze

📋 copy color: '#D6EDD8'

red 214 ◦ green 237 ◦ blue 216

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

Shades of Aqua Squeeze #D6EDD8

Tints of Aqua Squeeze #D6EDD8

RGB

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

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

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

R = 32.08%
G = 35.53%
B = 32.38%

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

#D6EDD8 (or 0xD6EDD8) is known color: Aqua Squeeze. HEX triplet: D6, ED and D8. RGB value is (214,237,216). Sum of RGB (Red+Green+Blue) = 214+237+216=667 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.08% from 667); Green value is 237 (92.97% from 255 or 35.53% from 667); Blue value is 216 (84.77% from 255 or 32.38% from 667); Max value from RGB is 237 - color contains mainly: green. Hex color #D6EDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EDD8 is #291227. Grayscale: #E3E3E3. Windows color (decimal): -2691624 or 14216662. OLE color: 14216662.

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

Color convert

RGB 214 237 216 -
CMYK 0.10 0 0.09 0.07
HSL 125.22º 0.39% 0.88% -
HSV(B) 125.22º 0.1% 0.93% -
XYZ 70.41 79.82 76.66 -
YUV 227.73 121.38 118.21 -
System Red Green Blue C M Y K H S L
Decimal 214 237 216 0.10 0 0.09 0.07 125.22 0.39 0.88
Hex D6 ED D8 A 0 9 7 7D 27 58
Octal 326 355 330 12 0 11 7 175 47 130
Binary 11010110 11101101 11011000 1010 0 1001 111 1111101 100111 1011000

Color Harmonies of #D6EDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EDD8

Black with #D6EDD8

Text Example


Text Example

White with #D6EDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EDD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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