#D7DFD0

Color #D7DFD0 Aqua Haze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aqua Haze #D7DFD0

Tints of Aqua Haze #D7DFD0

Color information

#D7DFD0 (or 0xD7DFD0) is unknown color: approx Aqua Haze. HEX triplet: D7, DF and D0. RGB value is (215,223,208). Sum of RGB (Red+Green+Blue) = 215+223+208=646 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.28% from 646); Green value is 223 (87.5% from 255 or 34.52% from 646); Blue value is 208 (81.64% from 255 or 32.20% from 646); Max value from RGB is 223 - color contains mainly: green. Hex color #D7DFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DFD0 is #28202F. Grayscale: #DADADA. Windows color (decimal): -2629680 or 13688791. OLE color: 13688791.

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

Color convert

RGB215223208-
CMYK0.0400.070.13
HSL92º18.99%84.51%-
HSV(B)92º6.73%87.45%-
XYZ65.871.7870.06-
YUV218.9121.85125.22-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.28%
GREEN value IS 223 (87.5% from 255) = 34.52%
BLUE value IS 208 (81.64% from 255) = 32.20%
R=33.28%
G=34.52%
B=32.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2152232080.0400.070.139218.9984.51
HexD7DFD0407D5c1355
Octal3273373204071513423125
Binary110101111101111111010000100011111011011100100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DFD0; }

 p { color: rgb(215,223,208); }

 H1.HeaderClassName
 {
   color: #D7DFD0;
 }
 .AnyTagClassName
 {
   color: #D7DFD0;
 }
</style>
background-color css

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

 a { background-color: rgb(215,223,208); }

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

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

 span { border-color: rgb(215,223,208); }

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