Html Css Color HEX #D9DED4 Aqua Haze

📋 copy color: '#D9DED4'

red 217 ◦ green 222 ◦ blue 212

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

Shades of Aqua Haze #D9DED4

Tints of Aqua Haze #D9DED4

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.1%

 BLUE value IS 212 (83.2% from 255) = 32.57%

R = 33.33%
G = 34.1%
B = 32.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#D9DED4 (or 0xD9DED4) is known color: Aqua Haze. HEX triplet: D9, DE and D4. RGB value is (217,222,212). Sum of RGB (Red+Green+Blue) = 217+222+212=651 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.33% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 212 (83.20% from 255 or 32.57% from 651); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DED4 is #26212B. Grayscale: #DBDBDB. Windows color (decimal): -2498860 or 13950681. OLE color: 13950681.

HSL color Cylindrical-coordinate representation of color #D9DED4: hue angle of 90º degrees, saturation: 0.13, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D9DED4 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 222 212 -
CMYK 0.02 0 0.05 0.13
HSL 90º 0.13% 0.85% -
HSV(B) 90º 0.05% 0.87% -
XYZ 66.62 71.75 72.62 -
YUV 219.37 123.84 126.31 -
System Red Green Blue C M Y K H S L
Decimal 217 222 212 0.02 0 0.05 0.13 90 0.13 0.85
Hex D9 DE D4 2 0 5 D 5A D 55
Octal 331 336 324 2 0 5 15 132 15 125
Binary 11011001 11011110 11010100 10 0 101 1101 1011010 1101 1010101

Color Harmonies of #D9DED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DED4

Black with #D9DED4

Text Example


Text Example

White with #D9DED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DED4; }

 p { color: rgb(217,222,212); }

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

background-color css

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

 a { background-color: rgb(217,222,212); }

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

border-color css

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

 span { border-color: rgb(217,222,212); }

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