Html Css Color HEX #AADCD0 Scandal

📋 copy color: '#AADCD0'

red 170 ◦ green 220 ◦ blue 208

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

Shades of Scandal #AADCD0

Tints of Scandal #AADCD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.78%

R = 28.43%
G = 36.79%
B = 34.78%

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

#AADCD0 (or 0xAADCD0) is known color: Scandal. HEX triplet: AA, DC and D0. RGB value is (170,220,208). Sum of RGB (Red+Green+Blue) = 170+220+208=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 208 (81.64% from 255 or 34.78% from 598); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCD0 is #55232F. Grayscale: #CBCBCB. Windows color (decimal): -5579568 or 13687978. OLE color: 13687978.

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

Color convert

RGB 170 220 208 -
CMYK 0.23 0 0.05 0.14
HSL 165.6º 0.42% 0.76% -
HSV(B) 165.6º 0.23% 0.86% -
XYZ 53.56 64.29 69.26 -
YUV 203.68 130.44 103.98 -
System Red Green Blue C M Y K H S L
Decimal 170 220 208 0.23 0 0.05 0.14 165.6 0.42 0.76
Hex AA DC D0 17 0 5 E A6 2A 4C
Octal 252 334 320 27 0 5 16 246 52 114
Binary 10101010 11011100 11010000 10111 0 101 1110 10100110 101010 1001100

Color Harmonies of #AADCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADCD0

Black with #AADCD0

Text Example


Text Example

White with #AADCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADCD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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