#AEBDD1

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

Shades of Spindle #AEBDD1

Tints of Spindle #AEBDD1

Color information

#AEBDD1 (or 0xAEBDD1) is unknown color: approx Spindle. HEX triplet: AE, BD and D1. RGB value is (174,189,209). Sum of RGB (Red+Green+Blue) = 174+189+209=572 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.42% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 209 (82.03% from 255 or 36.54% from 572); Max value from RGB is 209 - color contains mainly: blue. Hex color #AEBDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDD1 is #51422E. Grayscale: #BABABA. Windows color (decimal): -5325359 or 13745582. OLE color: 13745582.

HSL color Cylindrical-coordinate representation of color #AEBDD1: hue angle of 214.29º degrees, saturation: 0.28, 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 #AEBDD1 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB174189209-
CMYK0.170.1000.18
HSL214.29º27.56%75.1%-
HSV(B)214.29º16.75%81.96%-
XYZ47.165067.49-
YUV186.8140.53118.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.42%
GREEN value IS 189 (74.22% from 255) = 33.04%
BLUE value IS 209 (82.03% from 255) = 36.54%
R=30.42%
G=33.04%
B=36.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1741892090.170.1000.18214.2927.5675.1
HexAEBDD111A012d61c4b
Octal256275321211202232634113
Binary10101110101111011101000110001101001001011010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBDD1; }

 p { color: rgb(174,189,209); }

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

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

 a { background-color: rgb(174,189,209); }

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

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

 span { border-color: rgb(174,189,209); }

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