Html Css Color HEX #D5EAD7 Aqua Squeeze

📋 copy color: '#D5EAD7'

red 213 ◦ green 234 ◦ blue 215

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

Shades of Aqua Squeeze #D5EAD7

Tints of Aqua Squeeze #D5EAD7

RGB

 RED value IS 213 (83.59% from 255) = 32.18%

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

 BLUE value IS 215 (84.38% from 255) = 32.48%

R = 32.18%
G = 35.35%
B = 32.48%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#D5EAD7 (or 0xD5EAD7) is known color: Aqua Squeeze. HEX triplet: D5, EA and D7. RGB value is (213,234,215). Sum of RGB (Red+Green+Blue) = 213+234+215=662 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.18% from 662); Green value is 234 (91.80% from 255 or 35.35% from 662); Blue value is 215 (84.38% from 255 or 32.48% from 662); Max value from RGB is 234 - color contains mainly: green. Hex color #D5EAD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EAD7 is #2A1528. Grayscale: #E1E1E1. Windows color (decimal): -2757929 or 14150357. OLE color: 14150357.

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

Color convert

RGB 213 234 215 -
CMYK 0.09 0 0.08 0.08
HSL 125.71º 0.33% 0.88% -
HSV(B) 125.71º 0.09% 0.92% -
XYZ 69.13 77.9 75.68 -
YUV 225.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 213 234 215 0.09 0 0.08 0.08 125.71 0.33 0.88
Hex D5 EA D7 9 0 8 8 7E 21 58
Octal 325 352 327 11 0 10 10 176 41 130
Binary 11010101 11101010 11010111 1001 0 1000 1000 1111110 100001 1011000

Color Harmonies of #D5EAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EAD7

Black with #D5EAD7

Text Example


Text Example

White with #D5EAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EAD7; }

 p { color: rgb(213,234,215); }

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

background-color css

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

 a { background-color: rgb(213,234,215); }

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

border-color css

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

 span { border-color: rgb(213,234,215); }

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