Html Css Color HEX #D7EDD8 Aqua Squeeze

📋 copy color: '#D7EDD8'

red 215 ◦ green 237 ◦ blue 216

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

Shades of Aqua Squeeze #D7EDD8

Tints of Aqua Squeeze #D7EDD8

RGB

 RED value IS 215 (84.38% from 255) = 32.19%

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

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

R = 32.19%
G = 35.48%
B = 32.34%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#D7EDD8 (or 0xD7EDD8) is known color: Aqua Squeeze. HEX triplet: D7, ED and D8. RGB value is (215,237,216). Sum of RGB (Red+Green+Blue) = 215+237+216=668 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.19% from 668); Green value is 237 (92.97% from 255 or 35.48% from 668); Blue value is 216 (84.77% from 255 or 32.34% from 668); Max value from RGB is 237 - color contains mainly: green. Hex color #D7EDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7EDD8 is #281227. Grayscale: #E4E4E4. Windows color (decimal): -2626088 or 14216663. OLE color: 14216663.

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

Color convert

RGB 215 237 216 -
CMYK 0.09 0 0.09 0.07
HSL 122.73º 0.38% 0.89% -
HSV(B) 122.73º 0.09% 0.93% -
XYZ 70.7 79.97 76.68 -
YUV 228.03 121.21 118.71 -
System Red Green Blue C M Y K H S L
Decimal 215 237 216 0.09 0 0.09 0.07 122.73 0.38 0.89
Hex D7 ED D8 9 0 9 7 7B 26 59
Octal 327 355 330 11 0 11 7 173 46 131
Binary 11010111 11101101 11011000 1001 0 1001 111 1111011 100110 1011001

Color Harmonies of #D7EDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7EDD8

Black with #D7EDD8

Text Example


Text Example

White with #D7EDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7EDD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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