#AEDCCB

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

Shades of Cruise #AEDCCB

Tints of Cruise #AEDCCB

Color information

#AEDCCB (or 0xAEDCCB) is unknown color: approx Cruise. HEX triplet: AE, DC and CB. RGB value is (174,220,203). Sum of RGB (Red+Green+Blue) = 174+220+203=597 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.15% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCCB is #512334. Grayscale: #CCCCCC. Windows color (decimal): -5317429 or 13360302. OLE color: 13360302.

HSL color Cylindrical-coordinate representation of color #AEDCCB: hue angle of 157.83º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDCCB is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB174220203-
CMYK0.2100.080.14
HSL157.83º39.66%77.25%-
HSV(B)157.83º20.91%86.27%-
XYZ53.8364.566.11-
YUV204.31127.26106.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.15%
GREEN value IS 220 (86.33% from 255) = 36.85%
BLUE value IS 203 (79.69% from 255) = 34.00%
R=29.15%
G=36.85%
B=34.00%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742202030.2100.080.14157.8339.6677.25
HexAEDCCB1508E9e284d
Octal256334313250101623650115
Binary10101110110111001100101110101010001110100111101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDCCB; }

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

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

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

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

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

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

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

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