Html Css Color HEX #D7EADA Aqua Squeeze

📋 copy color: '#D7EADA'

red 215 ◦ green 234 ◦ blue 218

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

Shades of Aqua Squeeze #D7EADA

Tints of Aqua Squeeze #D7EADA

RGB

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

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

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

R = 32.23%
G = 35.08%
B = 32.68%

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

#D7EADA (or 0xD7EADA) is known color: Aqua Squeeze. HEX triplet: D7, EA and DA. RGB value is (215,234,218). Sum of RGB (Red+Green+Blue) = 215+234+218=667 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.23% from 667); Green value is 234 (91.80% from 255 or 35.08% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 234 - color contains mainly: green. Hex color #D7EADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7EADA is #281525. Grayscale: #E2E2E2. Windows color (decimal): -2626854 or 14346967. OLE color: 14346967.

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

Color convert

RGB 215 234 218 -
CMYK 0.08 0 0.07 0.08
HSL 129.47º 0.31% 0.88% -
HSV(B) 129.47º 0.08% 0.92% -
XYZ 70.1 78.35 77.76 -
YUV 226.5 123.21 119.8 -
System Red Green Blue C M Y K H S L
Decimal 215 234 218 0.08 0 0.07 0.08 129.47 0.31 0.88
Hex D7 EA DA 8 0 7 8 81 1F 58
Octal 327 352 332 10 0 7 10 201 37 130
Binary 11010111 11101010 11011010 1000 0 111 1000 10000001 11111 1011000

Color Harmonies of #D7EADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7EADA

Black with #D7EADA

Text Example


Text Example

White with #D7EADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7EADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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