Html Css Color HEX #D8EADA Aqua Squeeze

📋 copy color: '#D8EADA'

red 216 ◦ green 234 ◦ blue 218

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

Shades of Aqua Squeeze #D8EADA

Tints of Aqua Squeeze #D8EADA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.03%

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

R = 32.34%
G = 35.03%
B = 32.63%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#D8EADA (or 0xD8EADA) is known color: Aqua Squeeze. HEX triplet: D8, EA and DA. RGB value is (216,234,218). Sum of RGB (Red+Green+Blue) = 216+234+218=668 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.34% from 668); Green value is 234 (91.80% from 255 or 35.03% from 668); Blue value is 218 (85.55% from 255 or 32.63% from 668); Max value from RGB is 234 - color contains mainly: green. Hex color #D8EADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8EADA is #271525. Grayscale: #E2E2E2. Windows color (decimal): -2561318 or 14346968. OLE color: 14346968.

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

Color convert

RGB 216 234 218 -
CMYK 0.08 0 0.07 0.08
HSL 126.67º 0.3% 0.88% -
HSV(B) 126.67º 0.08% 0.92% -
XYZ 70.4 78.51 77.77 -
YUV 226.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 216 234 218 0.08 0 0.07 0.08 126.67 0.3 0.88
Hex D8 EA DA 8 0 7 8 7F 1E 58
Octal 330 352 332 10 0 7 10 177 36 130
Binary 11011000 11101010 11011010 1000 0 111 1000 1111111 11110 1011000

Color Harmonies of #D8EADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8EADA

Black with #D8EADA

Text Example


Text Example

White with #D8EADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8EADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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