#ADDECC

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

Shades of Cruise #ADDECC

Tints of Cruise #ADDECC

Color information

#ADDECC (or 0xADDECC) is unknown color: approx Cruise. HEX triplet: AD, DE and CC. RGB value is (173,222,204). Sum of RGB (Red+Green+Blue) = 173+222+204=599 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.88% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDECC is #522133. Grayscale: #CDCDCD. Windows color (decimal): -5382452 or 13426349. OLE color: 13426349.

HSL color Cylindrical-coordinate representation of color #ADDECC: hue angle of 157.96º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDECC is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB173222204-
CMYK0.2200.080.13
HSL157.96º42.61%77.45%-
HSV(B)157.96º22.07%87.06%-
XYZ54.2565.4966.91-
YUV205.3127.27104.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.88%
GREEN value IS 222 (87.11% from 255) = 37.06%
BLUE value IS 204 (80.08% from 255) = 34.06%
R=28.88%
G=37.06%
B=34.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732222040.2200.080.13157.9642.6177.45
HexADDECC1608D9e2b4d
Octal255336314260101523653115
Binary10101101110111101100110010110010001101100111101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDECC; }

 p { color: rgb(173,222,204); }

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

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

 a { background-color: rgb(173,222,204); }

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

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

 span { border-color: rgb(173,222,204); }

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