Html Css Color HEX #AEDCD9 Scandal

📋 copy color: '#AEDCD9'

red 174 ◦ green 220 ◦ blue 217

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

Shades of Scandal #AEDCD9

Tints of Scandal #AEDCD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 35.52%

R = 28.48%
G = 36.01%
B = 35.52%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#AEDCD9 (or 0xAEDCD9) is known color: Scandal. HEX triplet: AE, DC and D9. RGB value is (174,220,217). Sum of RGB (Red+Green+Blue) = 174+220+217=611 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.48% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 217 (85.16% from 255 or 35.52% from 611); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCD9 is #512326. Grayscale: #CDCDCD. Windows color (decimal): -5317415 or 14277806. OLE color: 14277806.

HSL color Cylindrical-coordinate representation of color #AEDCD9: hue angle of 176.09º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDCD9 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 220 217 -
CMYK 0.21 0 0.01 0.14
HSL 176.09º 0.4% 0.77% -
HSV(B) 176.09º 0.21% 0.86% -
XYZ 55.57 65.19 75.3 -
YUV 205.9 134.26 105.24 -
System Red Green Blue C M Y K H S L
Decimal 174 220 217 0.21 0 0.01 0.14 176.09 0.4 0.77
Hex AE DC D9 15 0 1 E B0 28 4D
Octal 256 334 331 25 0 1 16 260 50 115
Binary 10101110 11011100 11011001 10101 0 1 1110 10110000 101000 1001101

Color Harmonies of #AEDCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDCD9

Black with #AEDCD9

Text Example


Text Example

White with #AEDCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDCD9; }

 p { color: rgb(174,220,217); }

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

background-color css

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

 a { background-color: rgb(174,220,217); }

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

border-color css

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

 span { border-color: rgb(174,220,217); }

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