#A7D7CD

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

Shades of Scandal #A7D7CD

Tints of Scandal #A7D7CD

Color information

#A7D7CD (or 0xA7D7CD) is unknown color: approx Scandal. HEX triplet: A7, D7 and CD. RGB value is (167,215,205). Sum of RGB (Red+Green+Blue) = 167+215+205=587 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.45% from 587); Green value is 215 (84.38% from 255 or 36.63% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 215 - color contains mainly: green. Hex color #A7D7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D7CD is #582832. Grayscale: #C7C7C7. Windows color (decimal): -5777459 or 13490087. OLE color: 13490087.

HSL color Cylindrical-coordinate representation of color #A7D7CD: hue angle of 167.5º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A7D7CD is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB167215205-
CMYK0.2200.050.16
HSL167.5º37.5%74.9%-
HSV(B)167.5º22.33%84.31%-
XYZ51.2661.2266.87-
YUV199.51131.1104.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.45%
GREEN value IS 215 (84.38% from 255) = 36.63%
BLUE value IS 205 (80.47% from 255) = 34.92%
R=28.45%
G=36.63%
B=34.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1672152050.2200.050.16167.537.574.9
HexA7D7CD160510a8264b
Octal24732731526052025046113
Binary10100111110101111100110110110010110000101010001001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D7CD; }

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

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

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

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

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

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

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

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