Html Css Color HEX #AADCD2 Scandal

📋 copy color: '#AADCD2'

red 170 ◦ green 220 ◦ blue 210

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

Shades of Scandal #AADCD2

Tints of Scandal #AADCD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35%

R = 28.33%
G = 36.67%
B = 35%

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

#AADCD2 (or 0xAADCD2) is known color: Scandal. HEX triplet: AA, DC and D2. RGB value is (170,220,210). Sum of RGB (Red+Green+Blue) = 170+220+210=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 210 (82.42% from 255 or 35% from 600); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCD2 is #55232D. Grayscale: #CBCBCB. Windows color (decimal): -5579566 or 13819050. OLE color: 13819050.

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

Color convert

RGB 170 220 210 -
CMYK 0.23 0 0.05 0.14
HSL 168º 0.42% 0.76% -
HSV(B) 168º 0.23% 0.86% -
XYZ 53.8 64.39 70.56 -
YUV 203.91 131.44 103.81 -
System Red Green Blue C M Y K H S L
Decimal 170 220 210 0.23 0 0.05 0.14 168 0.42 0.76
Hex AA DC D2 17 0 5 E A8 2A 4C
Octal 252 334 322 27 0 5 16 250 52 114
Binary 10101010 11011100 11010010 10111 0 101 1110 10101000 101010 1001100

Color Harmonies of #AADCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADCD2

Black with #AADCD2

Text Example


Text Example

White with #AADCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADCD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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