#A8D2C8

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

Shades of Scandal #A8D2C8

Tints of Scandal #A8D2C8

Color information

#A8D2C8 (or 0xA8D2C8) is unknown color: approx Scandal. HEX triplet: A8, D2 and C8. RGB value is (168,210,200). Sum of RGB (Red+Green+Blue) = 168+210+200=578 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.07% from 578); Green value is 210 (82.42% from 255 or 36.33% from 578); Blue value is 200 (78.52% from 255 or 34.60% from 578); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D2C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D2C8 is #572D37. Grayscale: #C4C4C4. Windows color (decimal): -5713208 or 13161128. OLE color: 13161128.

HSL color Cylindrical-coordinate representation of color #A8D2C8: hue angle of 165.71º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8D2C8 is Cyan = 0.2, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB168210200-
CMYK0.200.050.18
HSL165.71º31.82%74.12%-
HSV(B)165.71º20%82.35%-
XYZ49.6258.5963.34-
YUV196.3130.09107.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.07%
GREEN value IS 210 (82.42% from 255) = 36.33%
BLUE value IS 200 (78.52% from 255) = 34.60%
R=29.07%
G=36.33%
B=34.60%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1682102000.200.050.18165.7131.8274.12
HexA8D2C8140512a6204a
Octal25032231024052224640112
Binary10101000110100101100100010100010110010101001101000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D2C8; }

 p { color: rgb(168,210,200); }

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

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

 a { background-color: rgb(168,210,200); }

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

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

 span { border-color: rgb(168,210,200); }

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