#AEDDCB

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

Shades of Cruise #AEDDCB

Tints of Cruise #AEDDCB

Color information

#AEDDCB (or 0xAEDDCB) is unknown color: approx Cruise. HEX triplet: AE, DD and CB. RGB value is (174,221,203). Sum of RGB (Red+Green+Blue) = 174+221+203=598 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.10% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDCB is #512234. Grayscale: #CCCCCC. Windows color (decimal): -5317173 or 13360558. OLE color: 13360558.

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

Color convert

RGB174221203-
CMYK0.2100.080.13
HSL157.02º40.87%77.45%-
HSV(B)157.02º21.27%86.67%-
XYZ54.0965.0266.2-
YUV204.9126.93105.96-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742212030.2100.080.13157.0240.8777.45
HexAEDDCB1508D9d294d
Octal256335313250101523551115
Binary10101110110111011100101110101010001101100111011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDCB; }

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

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

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

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

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

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

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

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