Html Css Color HEX #D9E8DA Aqua Squeeze

📋 copy color: '#D9E8DA'

red 217 ◦ green 232 ◦ blue 218

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

Shades of Aqua Squeeze #D9E8DA

Tints of Aqua Squeeze #D9E8DA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 34.78%

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

R = 32.53%
G = 34.78%
B = 32.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#D9E8DA (or 0xD9E8DA) is known color: Aqua Squeeze. HEX triplet: D9, E8 and DA. RGB value is (217,232,218). Sum of RGB (Red+Green+Blue) = 217+232+218=667 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.53% from 667); Green value is 232 (91.02% from 255 or 34.78% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 232 - color contains mainly: green. Hex color #D9E8DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9E8DA is #261725. Grayscale: #E1E1E1. Windows color (decimal): -2496294 or 14346457. OLE color: 14346457.

HSL color Cylindrical-coordinate representation of color #D9E8DA: hue angle of 124º degrees, saturation: 0.25, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9E8DA is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 217 232 218 -
CMYK 0.06 0 0.06 0.09
HSL 124º 0.25% 0.88% -
HSV(B) 124º 0.06% 0.91% -
XYZ 70.13 77.53 77.6 -
YUV 225.92 123.53 121.64 -
System Red Green Blue C M Y K H S L
Decimal 217 232 218 0.06 0 0.06 0.09 124 0.25 0.88
Hex D9 E8 DA 6 0 6 9 7C 19 58
Octal 331 350 332 6 0 6 11 174 31 130
Binary 11011001 11101000 11011010 110 0 110 1001 1111100 11001 1011000

Color Harmonies of #D9E8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E8DA

Black with #D9E8DA

Text Example


Text Example

White with #D9E8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E8DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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