Html Css Color HEX #D8EDDA Aqua Squeeze

📋 copy color: '#D8EDDA'

red 216 ◦ green 237 ◦ blue 218

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

Shades of Aqua Squeeze #D8EDDA

Tints of Aqua Squeeze #D8EDDA

RGB

 RED value IS 216 (84.77% from 255) = 32.19%

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

 BLUE value IS 218 (85.55% from 255) = 32.49%

R = 32.19%
G = 35.32%
B = 32.49%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#D8EDDA (or 0xD8EDDA) is known color: Aqua Squeeze. HEX triplet: D8, ED and DA. RGB value is (216,237,218). Sum of RGB (Red+Green+Blue) = 216+237+218=671 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.19% from 671); Green value is 237 (92.97% from 255 or 35.32% from 671); Blue value is 218 (85.55% from 255 or 32.49% from 671); Max value from RGB is 237 - color contains mainly: green. Hex color #D8EDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8EDDA is #271225. Grayscale: #E4E4E4. Windows color (decimal): -2560550 or 14347736. OLE color: 14347736.

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

Color convert

RGB 216 237 218 -
CMYK 0.09 0 0.08 0.07
HSL 125.71º 0.37% 0.89% -
HSV(B) 125.71º 0.09% 0.93% -
XYZ 71.26 80.23 78.06 -
YUV 228.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 216 237 218 0.09 0 0.08 0.07 125.71 0.37 0.89
Hex D8 ED DA 9 0 8 7 7E 25 59
Octal 330 355 332 11 0 10 7 176 45 131
Binary 11011000 11101101 11011010 1001 0 1000 111 1111110 100101 1011001

Color Harmonies of #D8EDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8EDDA

Black with #D8EDDA

Text Example


Text Example

White with #D8EDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8EDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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