Html Css Color HEX #AEDDD8 Scandal

📋 copy color: '#AEDDD8'

red 174 ◦ green 221 ◦ blue 216

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

Shades of Scandal #AEDDD8

Tints of Scandal #AEDDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.35%

R = 28.48%
G = 36.17%
B = 35.35%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#AEDDD8 (or 0xAEDDD8) is known color: Scandal. HEX triplet: AE, DD and D8. RGB value is (174,221,216). Sum of RGB (Red+Green+Blue) = 174+221+216=611 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.48% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 216 (84.77% from 255 or 35.35% from 611); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDD8 is #512227. Grayscale: #CECECE. Windows color (decimal): -5317160 or 14212526. OLE color: 14212526.

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

Color convert

RGB 174 221 216 -
CMYK 0.21 0 0.02 0.13
HSL 173.62º 0.41% 0.77% -
HSV(B) 173.62º 0.21% 0.87% -
XYZ 55.71 65.67 74.71 -
YUV 206.38 133.43 104.91 -
System Red Green Blue C M Y K H S L
Decimal 174 221 216 0.21 0 0.02 0.13 173.62 0.41 0.77
Hex AE DD D8 15 0 2 D AE 29 4D
Octal 256 335 330 25 0 2 15 256 51 115
Binary 10101110 11011101 11011000 10101 0 10 1101 10101110 101001 1001101

Color Harmonies of #AEDDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDDD8

Black with #AEDDD8

Text Example


Text Example

White with #AEDDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDDD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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