Html Css Color HEX #D9DFD4 Aqua Haze

📋 copy color: '#D9DFD4'

red 217 ◦ green 223 ◦ blue 212

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

Shades of Aqua Haze #D9DFD4

Tints of Aqua Haze #D9DFD4

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.2%

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

R = 33.28%
G = 34.2%
B = 32.52%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#D9DFD4 (or 0xD9DFD4) is known color: Aqua Haze. HEX triplet: D9, DF and D4. RGB value is (217,223,212). Sum of RGB (Red+Green+Blue) = 217+223+212=652 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.28% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 212 (83.20% from 255 or 32.52% from 652); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DFD4 is #26202B. Grayscale: #DBDBDB. Windows color (decimal): -2498604 or 13950937. OLE color: 13950937.

HSL color Cylindrical-coordinate representation of color #D9DFD4: hue angle of 92.73º degrees, saturation: 0.15, 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 #D9DFD4 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 223 212 -
CMYK 0.03 0 0.05 0.13
HSL 92.73º 0.15% 0.85% -
HSV(B) 92.73º 0.05% 0.87% -
XYZ 66.89 72.28 72.71 -
YUV 219.95 123.51 125.89 -
System Red Green Blue C M Y K H S L
Decimal 217 223 212 0.03 0 0.05 0.13 92.73 0.15 0.85
Hex D9 DF D4 3 0 5 D 5D F 55
Octal 331 337 324 3 0 5 15 135 17 125
Binary 11011001 11011111 11010100 11 0 101 1101 1011101 1111 1010101

Color Harmonies of #D9DFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DFD4

Black with #D9DFD4

Text Example


Text Example

White with #D9DFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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