Html Css Color HEX #D9DBD6 Aqua Haze

📋 copy color: '#D9DBD6'

red 217 ◦ green 219 ◦ blue 214

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

Shades of Aqua Haze #D9DBD6

Tints of Aqua Haze #D9DBD6

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.69%

 BLUE value IS 214 (83.98% from 255) = 32.92%

R = 33.38%
G = 33.69%
B = 32.92%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#D9DBD6 (or 0xD9DBD6) is known color: Aqua Haze. HEX triplet: D9, DB and D6. RGB value is (217,219,214). Sum of RGB (Red+Green+Blue) = 217+219+214=650 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.38% from 650); Green value is 219 (85.94% from 255 or 33.69% from 650); Blue value is 214 (83.98% from 255 or 32.92% from 650); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DBD6 is #262429. Grayscale: #D9D9D9. Windows color (decimal): -2499626 or 14080985. OLE color: 14080985.

HSL color Cylindrical-coordinate representation of color #D9DBD6: hue angle of 84º degrees, saturation: 0.06, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D9DBD6 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 219 214 -
CMYK 0.01 0 0.02 0.14
HSL 84º 0.06% 0.85% -
HSV(B) 84º 0.02% 0.86% -
XYZ 66.08 70.27 73.7 -
YUV 217.83 125.84 127.41 -
System Red Green Blue C M Y K H S L
Decimal 217 219 214 0.01 0 0.02 0.14 84 0.06 0.85
Hex D9 DB D6 1 0 2 E 54 6 55
Octal 331 333 326 1 0 2 16 124 6 125
Binary 11011001 11011011 11010110 1 0 10 1110 1010100 110 1010101

Color Harmonies of #D9DBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DBD6

Black with #D9DBD6

Text Example


Text Example

White with #D9DBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DBD6; }

 p { color: rgb(217,219,214); }

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

background-color css

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

 a { background-color: rgb(217,219,214); }

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

border-color css

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

 span { border-color: rgb(217,219,214); }

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