#AEDCCD

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

Shades of Cruise #AEDCCD

Tints of Cruise #AEDCCD

Color information

#AEDCCD (or 0xAEDCCD) is unknown color: approx Cruise. HEX triplet: AE, DC and CD. RGB value is (174,220,205). Sum of RGB (Red+Green+Blue) = 174+220+205=599 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.05% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCCD is #512332. Grayscale: #CCCCCC. Windows color (decimal): -5317427 or 13491374. OLE color: 13491374.

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

Color convert

RGB174220205-
CMYK0.2100.070.14
HSL160.43º39.66%77.25%-
HSV(B)160.43º20.91%86.27%-
XYZ54.0764.5967.38-
YUV204.54128.26106.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.05%
GREEN value IS 220 (86.33% from 255) = 36.73%
BLUE value IS 205 (80.47% from 255) = 34.22%
R=29.05%
G=36.73%
B=34.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742202050.2100.070.14160.4339.6677.25
HexAEDCCD1507Ea0284d
Octal25633431525071624050115
Binary1010111011011100110011011010101111110101000001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDCCD; }

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

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

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

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

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

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

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

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