Html Css Color HEX #AEDCD3 Scandal

📋 copy color: '#AEDCD3'

red 174 ◦ green 220 ◦ blue 211

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

Shades of Scandal #AEDCD3

Tints of Scandal #AEDCD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.88%

R = 28.76%
G = 36.36%
B = 34.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#AEDCD3 (or 0xAEDCD3) is known color: Scandal. HEX triplet: AE, DC and D3. RGB value is (174,220,211). Sum of RGB (Red+Green+Blue) = 174+220+211=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 211 (82.81% from 255 or 34.88% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCD3 is #51232C. Grayscale: #CDCDCD. Windows color (decimal): -5317421 or 13884590. OLE color: 13884590.

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

Color convert

RGB 174 220 211 -
CMYK 0.21 0 0.04 0.14
HSL 168.26º 0.4% 0.77% -
HSV(B) 168.26º 0.21% 0.86% -
XYZ 54.81 64.89 71.26 -
YUV 205.22 131.26 105.73 -
System Red Green Blue C M Y K H S L
Decimal 174 220 211 0.21 0 0.04 0.14 168.26 0.4 0.77
Hex AE DC D3 15 0 4 E A8 28 4D
Octal 256 334 323 25 0 4 16 250 50 115
Binary 10101110 11011100 11010011 10101 0 100 1110 10101000 101000 1001101

Color Harmonies of #AEDCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDCD3

Black with #AEDCD3

Text Example


Text Example

White with #AEDCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDCD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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