Html Css Color HEX #D9ECDA Aqua Squeeze

📋 copy color: '#D9ECDA'

red 217 ◦ green 236 ◦ blue 218

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

Shades of Aqua Squeeze #D9ECDA

Tints of Aqua Squeeze #D9ECDA

RGB

 RED value IS 217 (85.16% from 255) = 32.34%

 GREEN value IS 236 (92.58% from 255) = 35.17%

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

R = 32.34%
G = 35.17%
B = 32.49%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#D9ECDA (or 0xD9ECDA) is known color: Aqua Squeeze. HEX triplet: D9, EC and DA. RGB value is (217,236,218). Sum of RGB (Red+Green+Blue) = 217+236+218=671 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.34% from 671); Green value is 236 (92.58% from 255 or 35.17% from 671); Blue value is 218 (85.55% from 255 or 32.49% from 671); Max value from RGB is 236 - color contains mainly: green. Hex color #D9ECDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9ECDA is #261325. Grayscale: #E4E4E4. Windows color (decimal): -2495270 or 14347481. OLE color: 14347481.

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

Color convert

RGB 217 236 218 -
CMYK 0.08 0 0.08 0.07
HSL 123.16º 0.33% 0.89% -
HSV(B) 123.16º 0.08% 0.93% -
XYZ 71.27 79.8 77.98 -
YUV 228.27 122.21 119.96 -
System Red Green Blue C M Y K H S L
Decimal 217 236 218 0.08 0 0.08 0.07 123.16 0.33 0.89
Hex D9 EC DA 8 0 8 7 7B 21 59
Octal 331 354 332 10 0 10 7 173 41 131
Binary 11011001 11101100 11011010 1000 0 1000 111 1111011 100001 1011001

Color Harmonies of #D9ECDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ECDA

Black with #D9ECDA

Text Example


Text Example

White with #D9ECDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ECDA; }

 p { color: rgb(217,236,218); }

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

background-color css

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

 a { background-color: rgb(217,236,218); }

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

border-color css

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

 span { border-color: rgb(217,236,218); }

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