Shades of Cruise #AEDCCB
Tints of Cruise #AEDCCB
RGB
CMYK
RGB Variations
Color information
#AEDCCB (or 0xAEDCCB) is known color: 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
RGB | 174 | 220 | 203 | - |
CMYK | 0.21 | 0 | 0.08 | 0.14 |
HSL | 157.83º | 0.4% | 0.77% | - |
HSV(B) | 157.83º | 0.21% | 0.86% | - |
XYZ | 53.83 | 64.5 | 66.11 | - |
YUV | 204.31 | 127.26 | 106.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 220 | 203 | 0.21 | 0 | 0.08 | 0.14 | 157.83 | 0.4 | 0.77 |
Hex | AE | DC | CB | 15 | 0 | 8 | E | 9E | 28 | 4D |
Octal | 256 | 334 | 313 | 25 | 0 | 10 | 16 | 236 | 50 | 115 |
Binary | 10101110 | 11011100 | 11001011 | 10101 | 0 | 1000 | 1110 | 10011110 | 101000 | 1001101 |
Color Harmonies of #AEDCCB
Complementary color
Monochromatic Colors of #AEDCCB
Black with #AEDCCB
Text Example
Text Example
White with #AEDCCB
Text Example
Text Example
HTML Codes & Css Web 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>