#AEDDC3

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

Shades of Nebula #AEDDC3

Tints of Nebula #AEDDC3

Color information

#AEDDC3 (or 0xAEDDC3) is unknown color: approx Nebula. HEX triplet: AE, DD and C3. RGB value is (174,221,195). Sum of RGB (Red+Green+Blue) = 174+221+195=590 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.49% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 195 (76.56% from 255 or 33.05% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDC3 is #51223C. Grayscale: #CCCCCC. Windows color (decimal): -5317181 or 12836270. OLE color: 12836270.

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

Color convert

RGB174221195-
CMYK0.2100.120.13
HSL146.81º40.87%77.45%-
HSV(B)146.81º21.27%86.67%-
XYZ53.1664.6561.31-
YUV203.98122.93106.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.49%
GREEN value IS 221 (86.72% from 255) = 37.46%
BLUE value IS 195 (76.56% from 255) = 33.05%
R=29.49%
G=37.46%
B=33.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742211950.2100.120.13146.8140.8777.45
HexAEDDC3150CD93294d
Octal256335303250141522351115
Binary10101110110111011100001110101011001101100100111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDC3; }

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

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

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

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

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

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

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

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