Html Css Color HEX #AEDAD2 Scandal

📋 copy color: '#AEDAD2'

red 174 ◦ green 218 ◦ blue 210

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

Shades of Scandal #AEDAD2

Tints of Scandal #AEDAD2

RGB

 RED value IS 174 (68.36% from 255) = 28.9%

 GREEN value IS 218 (85.55% from 255) = 36.21%

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

R = 28.9%
G = 36.21%
B = 34.88%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#AEDAD2 (or 0xAEDAD2) is known color: Scandal. HEX triplet: AE, DA and D2. RGB value is (174,218,210). Sum of RGB (Red+Green+Blue) = 174+218+210=602 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.90% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 210 (82.42% from 255 or 34.88% from 602); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDAD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDAD2 is #51252D. Grayscale: #CBCBCB. Windows color (decimal): -5317934 or 13818542. OLE color: 13818542.

HSL color Cylindrical-coordinate representation of color #AEDAD2: hue angle of 169.09º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEDAD2 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 218 210 -
CMYK 0.20 0 0.04 0.15
HSL 169.09º 0.37% 0.77% -
HSV(B) 169.09º 0.2% 0.85% -
XYZ 54.16 63.79 70.43 -
YUV 203.93 131.42 106.65 -
System Red Green Blue C M Y K H S L
Decimal 174 218 210 0.20 0 0.04 0.15 169.09 0.37 0.77
Hex AE DA D2 14 0 4 F A9 25 4D
Octal 256 332 322 24 0 4 17 251 45 115
Binary 10101110 11011010 11010010 10100 0 100 1111 10101001 100101 1001101

Color Harmonies of #AEDAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDAD2

Black with #AEDAD2

Text Example


Text Example

White with #AEDAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDAD2; }

 p { color: rgb(174,218,210); }

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

background-color css

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

 a { background-color: rgb(174,218,210); }

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

border-color css

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

 span { border-color: rgb(174,218,210); }

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