Html Css Color HEX #AADCCA Scandal

📋 copy color: '#AADCCA'

red 170 ◦ green 220 ◦ blue 202

#AADCCA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scandal #AADCCA

Tints of Scandal #AADCCA

RGB

 RED value IS 170 (66.8% from 255) = 28.72%

 GREEN value IS 220 (86.33% from 255) = 37.16%

 BLUE value IS 202 (79.3% from 255) = 34.12%

R = 28.72%
G = 37.16%
B = 34.12%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#AADCCA (or 0xAADCCA) is known color: Scandal. HEX triplet: AA, DC and CA. RGB value is (170,220,202). Sum of RGB (Red+Green+Blue) = 170+220+202=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCCA is #552335. Grayscale: #CBCBCB. Windows color (decimal): -5579574 or 13294762. OLE color: 13294762.

HSL color Cylindrical-coordinate representation of color #AADCCA: hue angle of 158.4º 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 #AADCCA is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 220 202 -
CMYK 0.23 0 0.08 0.14
HSL 158.4º 0.42% 0.76% -
HSV(B) 158.4º 0.23% 0.86% -
XYZ 52.83 64 65.45 -
YUV 203 127.44 104.46 -
System Red Green Blue C M Y K H S L
Decimal 170 220 202 0.23 0 0.08 0.14 158.4 0.42 0.76
Hex AA DC CA 17 0 8 E 9E 2A 4C
Octal 252 334 312 27 0 10 16 236 52 114
Binary 10101010 11011100 11001010 10111 0 1000 1110 10011110 101010 1001100

Color Harmonies of #AADCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADCCA

Black with #AADCCA

Text Example


Text Example

White with #AADCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADCCA; }

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

 H1.HeaderClassName
 {
   color: #AADCCA;
 }
 .AnyTagClassName
 {
   color: #AADCCA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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