#AED2CB

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

Shades of Scandal #AED2CB

Tints of Scandal #AED2CB

Color information

#AED2CB (or 0xAED2CB) is unknown color: approx Scandal. HEX triplet: AE, D2 and CB. RGB value is (174,210,203). Sum of RGB (Red+Green+Blue) = 174+210+203=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 210 (82.42% from 255 or 35.78% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 210 - color contains mainly: green. Hex color #AED2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED2CB is #512D34. Grayscale: #C6C6C6. Windows color (decimal): -5319989 or 13357742. OLE color: 13357742.

HSL color Cylindrical-coordinate representation of color #AED2CB: hue angle of 168.33º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AED2CB is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB174210203-
CMYK0.1700.030.18
HSL168.33º28.57%75.29%-
HSV(B)168.33º17.14%82.35%-
XYZ51.2859.465.26-
YUV198.44130.57110.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.64%
GREEN value IS 210 (82.42% from 255) = 35.78%
BLUE value IS 203 (79.69% from 255) = 34.58%
R=29.64%
G=35.78%
B=34.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742102030.1700.030.18168.3328.5775.29
HexAED2CB110312a81d4b
Octal25632231321032225035113
Binary101011101101001011001011100010111001010101000111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED2CB; }

 p { color: rgb(174,210,203); }

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

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

 a { background-color: rgb(174,210,203); }

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

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

 span { border-color: rgb(174,210,203); }

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