Shades of Cruise #AEDCCD
Tints of Cruise #AEDCCD
RGB
CMYK
RGB Variations
Color information
#AEDCCD (or 0xAEDCCD) is known color: 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
| RGB | 174 | 220 | 205 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.14 |
| HSL | 160.43º | 0.4% | 0.77% | - |
| HSV(B) | 160.43º | 0.21% | 0.86% | - |
| XYZ | 54.07 | 64.59 | 67.38 | - |
| YUV | 204.54 | 128.26 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 205 | 0.21 | 0 | 0.07 | 0.14 | 160.43 | 0.4 | 0.77 |
| Hex | AE | DC | CD | 15 | 0 | 7 | E | A0 | 28 | 4D |
| Octal | 256 | 334 | 315 | 25 | 0 | 7 | 16 | 240 | 50 | 115 |
| Binary | 10101110 | 11011100 | 11001101 | 10101 | 0 | 111 | 1110 | 10100000 | 101000 | 1001101 |
Color Harmonies of #AEDCCD
Complementary color
Monochromatic Colors of #AEDCCD
Black with #AEDCCD
Text Example
Text Example
White with #AEDCCD
Text Example
Text Example
HTML Codes & Css Web 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>