Html Css Color HEX #AADCD4 Scandal

📋 copy color: '#AADCD4'

red 170 ◦ green 220 ◦ blue 212

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

Shades of Scandal #AADCD4

Tints of Scandal #AADCD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.22%

R = 28.24%
G = 36.54%
B = 35.22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#AADCD4 (or 0xAADCD4) is known color: Scandal. HEX triplet: AA, DC and D4. RGB value is (170,220,212). Sum of RGB (Red+Green+Blue) = 170+220+212=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 212 (83.20% from 255 or 35.22% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCD4 is #55232B. Grayscale: #CCCCCC. Windows color (decimal): -5579564 or 13950122. OLE color: 13950122.

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

Color convert

RGB 170 220 212 -
CMYK 0.23 0 0.04 0.14
HSL 170.4º 0.42% 0.76% -
HSV(B) 170.4º 0.23% 0.86% -
XYZ 54.05 64.49 71.89 -
YUV 204.14 132.44 103.65 -
System Red Green Blue C M Y K H S L
Decimal 170 220 212 0.23 0 0.04 0.14 170.4 0.42 0.76
Hex AA DC D4 17 0 4 E AA 2A 4C
Octal 252 334 324 27 0 4 16 252 52 114
Binary 10101010 11011100 11010100 10111 0 100 1110 10101010 101010 1001100

Color Harmonies of #AADCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADCD4

Black with #AADCD4

Text Example


Text Example

White with #AADCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADCD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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