Html Css Color HEX #AADCD1 Scandal

📋 copy color: '#AADCD1'

red 170 ◦ green 220 ◦ blue 209

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

Shades of Scandal #AADCD1

Tints of Scandal #AADCD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 34.89%

R = 28.38%
G = 36.73%
B = 34.89%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#AADCD1 (or 0xAADCD1) is known color: Scandal. HEX triplet: AA, DC and D1. RGB value is (170,220,209). Sum of RGB (Red+Green+Blue) = 170+220+209=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 209 (82.03% from 255 or 34.89% from 599); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCD1 is #55232E. Grayscale: #CBCBCB. Windows color (decimal): -5579567 or 13753514. OLE color: 13753514.

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

Color convert

RGB 170 220 209 -
CMYK 0.23 0 0.05 0.14
HSL 166.8º 0.42% 0.76% -
HSV(B) 166.8º 0.23% 0.86% -
XYZ 53.68 64.34 69.91 -
YUV 203.8 130.94 103.89 -
System Red Green Blue C M Y K H S L
Decimal 170 220 209 0.23 0 0.05 0.14 166.8 0.42 0.76
Hex AA DC D1 17 0 5 E A7 2A 4C
Octal 252 334 321 27 0 5 16 247 52 114
Binary 10101010 11011100 11010001 10111 0 101 1110 10100111 101010 1001100

Color Harmonies of #AADCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADCD1

Black with #AADCD1

Text Example


Text Example

White with #AADCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADCD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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