#AECBDD

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

Shades of Spindle #AECBDD

Tints of Spindle #AECBDD

Color information

#AECBDD (or 0xAECBDD) is unknown color: approx Spindle. HEX triplet: AE, CB and DD. RGB value is (174,203,221). Sum of RGB (Red+Green+Blue) = 174+203+221=598 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.10% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 221 - color contains mainly: blue. Hex color #AECBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECBDD is #513422. Grayscale: #C4C4C4. Windows color (decimal): -5321763 or 14535598. OLE color: 14535598.

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

Color convert

RGB174203221-
CMYK0.210.0800.13
HSL202.98º40.87%77.45%-
HSV(B)202.98º21.27%86.67%-
XYZ51.8656.9376.66-
YUV196.38141.89112.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.10%
GREEN value IS 203 (79.69% from 255) = 33.95%
BLUE value IS 221 (86.72% from 255) = 36.96%
R=29.10%
G=33.95%
B=36.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742032210.210.0800.13202.9840.8777.45
HexAECBDD1580Dcb294d
Octal256313335251001531351115
Binary10101110110010111101110110101100001101110010111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECBDD; }

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

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

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

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

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

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

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

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