#AECADC

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

Shades of Spindle #AECADC

Tints of Spindle #AECADC

Color information

#AECADC (or 0xAECADC) is unknown color: approx Spindle. HEX triplet: AE, CA and DC. RGB value is (174,202,220). Sum of RGB (Red+Green+Blue) = 174+202+220=596 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.19% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: blue. Hex color #AECADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECADC is #513523. Grayscale: #C3C3C3. Windows color (decimal): -5322020 or 14469806. OLE color: 14469806.

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

Color convert

RGB174202220-
CMYK0.210.0800.14
HSL203.48º39.66%77.25%-
HSV(B)203.48º20.91%86.27%-
XYZ51.4956.4175.88-
YUV195.68141.72112.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.19%
GREEN value IS 202 (79.30% from 255) = 33.89%
BLUE value IS 220 (86.33% from 255) = 36.91%
R=29.19%
G=33.89%
B=36.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742022200.210.0800.14203.4839.6677.25
HexAECADC1580Ecb284d
Octal256312334251001631350115
Binary10101110110010101101110010101100001110110010111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECADC; }

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

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

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

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

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

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

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

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