#ADDECD

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

Shades of Cruise #ADDECD

Tints of Cruise #ADDECD

Color information

#ADDECD (or 0xADDECD) is unknown color: approx Cruise. HEX triplet: AD, DE and CD. RGB value is (173,222,205). Sum of RGB (Red+Green+Blue) = 173+222+205=600 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.83% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDECD is #522132. Grayscale: #CDCDCD. Windows color (decimal): -5382451 or 13491885. OLE color: 13491885.

HSL color Cylindrical-coordinate representation of color #ADDECD: hue angle of 159.18º 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 #ADDECD is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB173222205-
CMYK0.2200.080.13
HSL159.18º42.61%77.45%-
HSV(B)159.18º22.07%87.06%-
XYZ54.3765.5367.54-
YUV205.41127.77104.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.83%
GREEN value IS 222 (87.11% from 255) = 37%
BLUE value IS 205 (80.47% from 255) = 34.17%
R=28.83%
G=37%
B=34.17%

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
Decimal1732222050.2200.080.13159.1842.6177.45
HexADDECD1608D9f2b4d
Octal255336315260101523753115
Binary10101101110111101100110110110010001101100111111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDECD; }

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

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

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

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

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

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

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

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