Html Css Color HEX #AEDDD5 Scandal

📋 copy color: '#AEDDD5'

red 174 ◦ green 221 ◦ blue 213

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

Shades of Scandal #AEDDD5

Tints of Scandal #AEDDD5

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.35%

 BLUE value IS 213 (83.59% from 255) = 35.03%

R = 28.62%
G = 36.35%
B = 35.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#AEDDD5 (or 0xAEDDD5) is known color: Scandal. HEX triplet: AE, DD and D5. RGB value is (174,221,213). Sum of RGB (Red+Green+Blue) = 174+221+213=608 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.62% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 213 (83.59% from 255 or 35.03% from 608); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDD5 is #51222A. Grayscale: #CECECE. Windows color (decimal): -5317163 or 14015918. OLE color: 14015918.

HSL color Cylindrical-coordinate representation of color #AEDDD5: hue angle of 169.79º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDDD5 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 221 213 -
CMYK 0.21 0 0.04 0.13
HSL 169.79º 0.41% 0.77% -
HSV(B) 169.79º 0.21% 0.87% -
XYZ 55.32 65.52 72.68 -
YUV 206.04 131.93 105.15 -
System Red Green Blue C M Y K H S L
Decimal 174 221 213 0.21 0 0.04 0.13 169.79 0.41 0.77
Hex AE DD D5 15 0 4 D AA 29 4D
Octal 256 335 325 25 0 4 15 252 51 115
Binary 10101110 11011101 11010101 10101 0 100 1101 10101010 101001 1001101

Color Harmonies of #AEDDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDDD5

Black with #AEDDD5

Text Example


Text Example

White with #AEDDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDDD5; }

 p { color: rgb(174,221,213); }

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

background-color css

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

 a { background-color: rgb(174,221,213); }

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

border-color css

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

 span { border-color: rgb(174,221,213); }

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