Html Css Color HEX #AEDAD4 Scandal

📋 copy color: '#AEDAD4'

red 174 ◦ green 218 ◦ blue 212

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

Shades of Scandal #AEDAD4

Tints of Scandal #AEDAD4

RGB

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

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

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

R = 28.81%
G = 36.09%
B = 35.1%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#AEDAD4 (or 0xAEDAD4) is known color: Scandal. HEX triplet: AE, DA and D4. RGB value is (174,218,212). Sum of RGB (Red+Green+Blue) = 174+218+212=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDAD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDAD4 is #51252B. Grayscale: #CCCCCC. Windows color (decimal): -5317932 or 13949614. OLE color: 13949614.

HSL color Cylindrical-coordinate representation of color #AEDAD4: hue angle of 171.82º 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 #AEDAD4 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 218 212 -
CMYK 0.20 0 0.03 0.15
HSL 171.82º 0.37% 0.77% -
HSV(B) 171.82º 0.2% 0.85% -
XYZ 54.41 63.89 71.75 -
YUV 204.16 132.42 106.49 -
System Red Green Blue C M Y K H S L
Decimal 174 218 212 0.20 0 0.03 0.15 171.82 0.37 0.77
Hex AE DA D4 14 0 3 F AC 25 4D
Octal 256 332 324 24 0 3 17 254 45 115
Binary 10101110 11011010 11010100 10100 0 11 1111 10101100 100101 1001101

Color Harmonies of #AEDAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDAD4

Black with #AEDAD4

Text Example


Text Example

White with #AEDAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDAD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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