#ADDDCE

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

Shades of Cruise #ADDDCE

Tints of Cruise #ADDDCE

Color information

#ADDDCE (or 0xADDDCE) is unknown color: approx Cruise. HEX triplet: AD, DD and CE. RGB value is (173,221,206). Sum of RGB (Red+Green+Blue) = 173+221+206=600 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.83% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDCE is #522231. Grayscale: #CCCCCC. Windows color (decimal): -5382706 or 13557165. OLE color: 13557165.

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

Color convert

RGB173221206-
CMYK0.2200.070.13
HSL161.25º41.38%77.25%-
HSV(B)161.25º21.72%86.67%-
XYZ54.2365.0568.09-
YUV204.94128.6105.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.83%
GREEN value IS 221 (86.72% from 255) = 36.83%
BLUE value IS 206 (80.86% from 255) = 34.33%
R=28.83%
G=36.83%
B=34.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732212060.2200.070.13161.2541.3877.25
HexADDDCE1607Da1294d
Octal25533531626071524151115
Binary1010110111011101110011101011001111101101000011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDDCE; }

 p { color: rgb(173,221,206); }

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

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

 a { background-color: rgb(173,221,206); }

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

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

 span { border-color: rgb(173,221,206); }

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