Html Css Color HEX #AEDCD0 Scandal

📋 copy color: '#AEDCD0'

red 174 ◦ green 220 ◦ blue 208

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

Shades of Scandal #AEDCD0

Tints of Scandal #AEDCD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.55%

R = 28.9%
G = 36.54%
B = 34.55%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#AEDCD0 (or 0xAEDCD0) is known color: Scandal. HEX triplet: AE, DC and D0. RGB value is (174,220,208). Sum of RGB (Red+Green+Blue) = 174+220+208=602 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.90% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCD0 is #51232F. Grayscale: #CCCCCC. Windows color (decimal): -5317424 or 13687982. OLE color: 13687982.

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

Color convert

RGB 174 220 208 -
CMYK 0.21 0 0.05 0.14
HSL 164.35º 0.4% 0.77% -
HSV(B) 164.35º 0.21% 0.86% -
XYZ 54.43 64.74 69.3 -
YUV 204.88 129.76 105.98 -
System Red Green Blue C M Y K H S L
Decimal 174 220 208 0.21 0 0.05 0.14 164.35 0.4 0.77
Hex AE DC D0 15 0 5 E A4 28 4D
Octal 256 334 320 25 0 5 16 244 50 115
Binary 10101110 11011100 11010000 10101 0 101 1110 10100100 101000 1001101

Color Harmonies of #AEDCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDCD0

Black with #AEDCD0

Text Example


Text Example

White with #AEDCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDCD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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