#AEDDDB

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

Shades of Scandal #AEDDDB

Tints of Scandal #AEDDDB

Color information

#AEDDDB (or 0xAEDDDB) is unknown color: approx Scandal. HEX triplet: AE, DD and DB. RGB value is (174,221,219). Sum of RGB (Red+Green+Blue) = 174+221+219=614 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.34% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDDB is #512224. Grayscale: #CECECE. Windows color (decimal): -5317157 or 14409134. OLE color: 14409134.

HSL color Cylindrical-coordinate representation of color #AEDDDB: hue angle of 177.45º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDDDB is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB174221219-
CMYK0.2100.010.13
HSL177.45º40.87%77.45%-
HSV(B)177.45º21.27%86.67%-
XYZ56.165.8376.77-
YUV206.72134.93104.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.34%
GREEN value IS 221 (86.72% from 255) = 35.99%
BLUE value IS 219 (85.94% from 255) = 35.67%
R=28.34%
G=35.99%
B=35.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742212190.2100.010.13177.4540.8777.45
HexAEDDDB1501Db1294d
Octal25633533325011526151115
Binary10101110110111011101101110101011101101100011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDDB; }

 p { color: rgb(174,221,219); }

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

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

 a { background-color: rgb(174,221,219); }

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

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

 span { border-color: rgb(174,221,219); }

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