Html Css Color HEX #D4EDD7 Aqua Squeeze

📋 copy color: '#D4EDD7'

red 212 ◦ green 237 ◦ blue 215

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

Shades of Aqua Squeeze #D4EDD7

Tints of Aqua Squeeze #D4EDD7

RGB

 RED value IS 212 (83.2% from 255) = 31.93%

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

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

R = 31.93%
G = 35.69%
B = 32.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#D4EDD7 (or 0xD4EDD7) is known color: Aqua Squeeze. HEX triplet: D4, ED and D7. RGB value is (212,237,215). Sum of RGB (Red+Green+Blue) = 212+237+215=664 (87% of max value = 765). Red value is 212 (83.20% from 255 or 31.93% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 215 (84.38% from 255 or 32.38% from 664); Max value from RGB is 237 - color contains mainly: green. Hex color #D4EDD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EDD7 is #2B1228. Grayscale: #E3E3E3. Windows color (decimal): -2822697 or 14151124. OLE color: 14151124.

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

Color convert

RGB 212 237 215 -
CMYK 0.11 0 0.09 0.07
HSL 127.2º 0.41% 0.88% -
HSV(B) 127.2º 0.11% 0.93% -
XYZ 69.7 79.47 75.96 -
YUV 227.02 121.22 117.29 -
System Red Green Blue C M Y K H S L
Decimal 212 237 215 0.11 0 0.09 0.07 127.2 0.41 0.88
Hex D4 ED D7 B 0 9 7 7F 29 58
Octal 324 355 327 13 0 11 7 177 51 130
Binary 11010100 11101101 11010111 1011 0 1001 111 1111111 101001 1011000

Color Harmonies of #D4EDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EDD7

Black with #D4EDD7

Text Example


Text Example

White with #D4EDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EDD7; }

 p { color: rgb(212,237,215); }

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

background-color css

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

 a { background-color: rgb(212,237,215); }

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

border-color css

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

 span { border-color: rgb(212,237,215); }

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