Html Css Color HEX #D5EDD6 Aqua Squeeze

📋 copy color: '#D5EDD6'

red 213 ◦ green 237 ◦ blue 214

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

Shades of Aqua Squeeze #D5EDD6

Tints of Aqua Squeeze #D5EDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 32.23%

R = 32.08%
G = 35.69%
B = 32.23%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#D5EDD6 (or 0xD5EDD6) is known color: Aqua Squeeze. HEX triplet: D5, ED and D6. RGB value is (213,237,214). Sum of RGB (Red+Green+Blue) = 213+237+214=664 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.08% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 214 (83.98% from 255 or 32.23% from 664); Max value from RGB is 237 - color contains mainly: green. Hex color #D5EDD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EDD6 is #2A1229. Grayscale: #E3E3E3. Windows color (decimal): -2757162 or 14085589. OLE color: 14085589.

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

Color convert

RGB 213 237 214 -
CMYK 0.10 0 0.10 0.07
HSL 122.5º 0.4% 0.88% -
HSV(B) 122.5º 0.1% 0.93% -
XYZ 69.86 79.57 75.29 -
YUV 227.2 120.55 117.87 -
System Red Green Blue C M Y K H S L
Decimal 213 237 214 0.10 0 0.10 0.07 122.5 0.4 0.88
Hex D5 ED D6 A 0 A 7 7B 28 58
Octal 325 355 326 12 0 12 7 173 50 130
Binary 11010101 11101101 11010110 1010 0 1010 111 1111011 101000 1011000

Color Harmonies of #D5EDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EDD6

Black with #D5EDD6

Text Example


Text Example

White with #D5EDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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