Shades of Cruise #AEDCCE
Tints of Cruise #AEDCCE
RGB
CMYK
RGB Variations
Color information
#AEDCCE (or 0xAEDCCE) is known color: Cruise. HEX triplet: AE, DC and CE. RGB value is (174,220,206). Sum of RGB (Red+Green+Blue) = 174+220+206=600 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCCE is #512331. Grayscale: #CCCCCC. Windows color (decimal): -5317426 or 13556910. OLE color: 13556910.
HSL color Cylindrical-coordinate representation of color #AEDCCE: hue angle of 161.74º 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 #AEDCCE is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 206 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.14 |
| HSL | 161.74º | 0.4% | 0.77% | - |
| HSV(B) | 161.74º | 0.21% | 0.86% | - |
| XYZ | 54.19 | 64.64 | 68.01 | - |
| YUV | 204.65 | 128.76 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 206 | 0.21 | 0 | 0.06 | 0.14 | 161.74 | 0.4 | 0.77 |
| Hex | AE | DC | CE | 15 | 0 | 6 | E | A2 | 28 | 4D |
| Octal | 256 | 334 | 316 | 25 | 0 | 6 | 16 | 242 | 50 | 115 |
| Binary | 10101110 | 11011100 | 11001110 | 10101 | 0 | 110 | 1110 | 10100010 | 101000 | 1001101 |
Color Harmonies of #AEDCCE
Complementary color
Monochromatic Colors of #AEDCCE
Black with #AEDCCE
Text Example
Text Example
White with #AEDCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCCE; }
p { color: rgb(174,220,206); }
H1.HeaderClassName
{
color: #AEDCCE;
}
.AnyTagClassName
{
color: #AEDCCE;
}
</style>
background-color css
<style>
a { background-color: #AEDCCE; }
a { background-color: rgb(174,220,206); }
div.DivClassName
{
background-color: #AEDCCE;
}
.BgClassName
{
background-color: #AEDCCE;
}
</style>
border-color css
<style>
span { border-color: #AEDCCE; }
span { border-color: rgb(174,220,206); }
td.TdClassName
{
border-color: #AEDCCE;
}
.TagClassName
{
border-color: #AEDCCE;
}
</style>