Html Css Color HEX #AADCD7 Scandal

📋 copy color: '#AADCD7'

red 170 ◦ green 220 ◦ blue 215

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

Shades of Scandal #AADCD7

Tints of Scandal #AADCD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.54%

R = 28.1%
G = 36.36%
B = 35.54%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#AADCD7 (or 0xAADCD7) is known color: Scandal. HEX triplet: AA, DC and D7. RGB value is (170,220,215). Sum of RGB (Red+Green+Blue) = 170+220+215=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 215 (84.38% from 255 or 35.54% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCD7 is #552328. Grayscale: #CCCCCC. Windows color (decimal): -5579561 or 14146730. OLE color: 14146730.

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

Color convert

RGB 170 220 215 -
CMYK 0.23 0 0.02 0.14
HSL 174º 0.42% 0.76% -
HSV(B) 174º 0.23% 0.86% -
XYZ 54.44 64.64 73.9 -
YUV 204.48 133.94 103.41 -
System Red Green Blue C M Y K H S L
Decimal 170 220 215 0.23 0 0.02 0.14 174 0.42 0.76
Hex AA DC D7 17 0 2 E AE 2A 4C
Octal 252 334 327 27 0 2 16 256 52 114
Binary 10101010 11011100 11010111 10111 0 10 1110 10101110 101010 1001100

Color Harmonies of #AADCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADCD7

Black with #AADCD7

Text Example


Text Example

White with #AADCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADCD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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