#A7DFD7

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

Shades of Scandal #A7DFD7

Tints of Scandal #A7DFD7

Color information

#A7DFD7 (or 0xA7DFD7) is unknown color: approx Scandal. HEX triplet: A7, DF and D7. RGB value is (167,223,215). Sum of RGB (Red+Green+Blue) = 167+223+215=605 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.60% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 215 (84.38% from 255 or 35.54% from 605); Max value from RGB is 223 - color contains mainly: green. Hex color #A7DFD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DFD7 is #582028. Grayscale: #CDCDCD. Windows color (decimal): -5775401 or 14147495. OLE color: 14147495.

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

Color convert

RGB167223215-
CMYK0.2500.040.13
HSL171.43º46.67%76.47%-
HSV(B)171.43º25.11%87.45%-
XYZ54.5965.974.13-
YUV205.34133.45100.65-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.60%
GREEN value IS 223 (87.5% from 255) = 36.86%
BLUE value IS 215 (84.38% from 255) = 35.54%
R=27.60%
G=36.86%
B=35.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1672232150.2500.040.13171.4346.6776.47
HexA7DFD71904Dab2f4c
Octal24733732731041525357114
Binary1010011111011111110101111100101001101101010111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DFD7; }

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

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

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

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

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

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

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

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