#AECDD1

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

Shades of Morning Glory #AECDD1

Tints of Morning Glory #AECDD1

Color information

#AECDD1 (or 0xAECDD1) is unknown color: approx Morning Glory. HEX triplet: AE, CD and D1. RGB value is (174,205,209). Sum of RGB (Red+Green+Blue) = 174+205+209=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 209 (82.03% from 255 or 35.54% from 588); Max value from RGB is 209 - color contains mainly: blue. Hex color #AECDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDD1 is #51322E. Grayscale: #C4C4C4. Windows color (decimal): -5321263 or 13749678. OLE color: 13749678.

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

Color convert

RGB174205209-
CMYK0.170.0200.18
HSL186.86º27.56%75.1%-
HSV(B)186.86º16.75%81.96%-
XYZ50.857.2668.7-
YUV196.19135.23112.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.59%
GREEN value IS 205 (80.47% from 255) = 34.86%
BLUE value IS 209 (82.03% from 255) = 35.54%
R=29.59%
G=34.86%
B=35.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742052090.170.0200.18186.8627.5675.1
HexAECDD1112012bb1c4b
Octal25631532121202227334113
Binary101011101100110111010001100011001001010111011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECDD1; }

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

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

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

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

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

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

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

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