Html Css Color HEX #AEDED6 Scandal

📋 copy color: '#AEDED6'

red 174 ◦ green 222 ◦ blue 214

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

Shades of Scandal #AEDED6

Tints of Scandal #AEDED6

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.39%

 BLUE value IS 214 (83.98% from 255) = 35.08%

R = 28.52%
G = 36.39%
B = 35.08%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#AEDED6 (or 0xAEDED6) is known color: Scandal. HEX triplet: AE, DE and D6. RGB value is (174,222,214). Sum of RGB (Red+Green+Blue) = 174+222+214=610 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.52% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 214 (83.98% from 255 or 35.08% from 610); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDED6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDED6 is #512129. Grayscale: #CECECE. Windows color (decimal): -5316906 or 14081710. OLE color: 14081710.

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

Color convert

RGB 174 222 214 -
CMYK 0.22 0 0.04 0.13
HSL 170º 0.42% 0.78% -
HSV(B) 170º 0.22% 0.87% -
XYZ 55.71 66.1 73.44 -
YUV 206.74 132.1 104.65 -
System Red Green Blue C M Y K H S L
Decimal 174 222 214 0.22 0 0.04 0.13 170 0.42 0.78
Hex AE DE D6 16 0 4 D AA 2A 4E
Octal 256 336 326 26 0 4 15 252 52 116
Binary 10101110 11011110 11010110 10110 0 100 1101 10101010 101010 1001110

Color Harmonies of #AEDED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDED6

Black with #AEDED6

Text Example


Text Example

White with #AEDED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDED6; }

 p { color: rgb(174,222,214); }

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

background-color css

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

 a { background-color: rgb(174,222,214); }

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

border-color css

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

 span { border-color: rgb(174,222,214); }

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