#AEDFDC

Color #AEDFDC Scandal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scandal #AEDFDC

Tints of Scandal #AEDFDC

Color information

#AEDFDC (or 0xAEDFDC) is unknown color: approx Scandal. HEX triplet: AE, DF and DC. RGB value is (174,223,220). Sum of RGB (Red+Green+Blue) = 174+223+220=617 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.20% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDFDC is #512023. Grayscale: #CFCFCF. Windows color (decimal): -5316644 or 14475182. OLE color: 14475182.

HSL color Cylindrical-coordinate representation of color #AEDFDC: hue angle of 176.33º degrees, saturation: 0.43, 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 #AEDFDC is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB174223220-
CMYK0.2200.010.13
HSL176.33º43.36%77.84%-
HSV(B)176.33º21.97%87.45%-
XYZ56.7666.9477.64-
YUV208.01134.77103.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.20%
GREEN value IS 223 (87.5% from 255) = 36.14%
BLUE value IS 220 (86.33% from 255) = 35.66%
R=28.20%
G=36.14%
B=35.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742232200.2200.010.13176.3343.3677.84
HexAEDFDC1601Db02b4e
Octal25633733426011526053116
Binary10101110110111111101110010110011101101100001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDFDC; }

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

 H1.HeaderClassName
 {
   color: #AEDFDC;
 }
 .AnyTagClassName
 {
   color: #AEDFDC;
 }
</style>
background-color css

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

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

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

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

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

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