#AADCCE

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

Shades of Scandal #AADCCE

Tints of Scandal #AADCCE

Color information

#AADCCE (or 0xAADCCE) is unknown color: approx Scandal. HEX triplet: AA, DC and CE. RGB value is (170,220,206). Sum of RGB (Red+Green+Blue) = 170+220+206=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCCE is #552331. Grayscale: #CBCBCB. Windows color (decimal): -5579570 or 13556906. OLE color: 13556906.

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

Color convert

RGB170220206-
CMYK0.2300.060.14
HSL163.2º41.67%76.47%-
HSV(B)163.2º22.73%86.27%-
XYZ53.3164.1967.97-
YUV203.45129.44104.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.52%
GREEN value IS 220 (86.33% from 255) = 36.91%
BLUE value IS 206 (80.86% from 255) = 34.56%
R=28.52%
G=36.91%
B=34.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702202060.2300.060.14163.241.6776.47
HexAADCCE1706Ea32a4c
Octal25233431627061624352114
Binary1010101011011100110011101011101101110101000111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADCCE; }

 p { color: rgb(170,220,206); }

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

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

 a { background-color: rgb(170,220,206); }

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

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

 span { border-color: rgb(170,220,206); }

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