#A8DCD5

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

Shades of Scandal #A8DCD5

Tints of Scandal #A8DCD5

Color information

#A8DCD5 (or 0xA8DCD5) is unknown color: approx Scandal. HEX triplet: A8, DC and D5. RGB value is (168,220,213). Sum of RGB (Red+Green+Blue) = 168+220+213=601 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.95% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 213 (83.59% from 255 or 35.44% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DCD5 is #57232A. Grayscale: #CBCBCB. Windows color (decimal): -5710635 or 14015656. OLE color: 14015656.

HSL color Cylindrical-coordinate representation of color #A8DCD5: hue angle of 171.92º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DCD5 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB168220213-
CMYK0.2400.030.14
HSL171.92º42.62%76.08%-
HSV(B)171.92º23.64%86.27%-
XYZ53.7564.3272.53-
YUV203.65133.27102.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.95%
GREEN value IS 220 (86.33% from 255) = 36.61%
BLUE value IS 213 (83.59% from 255) = 35.44%
R=27.95%
G=36.61%
B=35.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1682202130.2400.030.14171.9242.6276.08
HexA8DCD51803Eac2b4c
Octal25033432530031625453114
Binary101010001101110011010101110000111110101011001010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DCD5; }

 p { color: rgb(168,220,213); }

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

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

 a { background-color: rgb(168,220,213); }

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

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

 span { border-color: rgb(168,220,213); }

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