#ADDDCA

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

Shades of Cruise #ADDDCA

Tints of Cruise #ADDDCA

Color information

#ADDDCA (or 0xADDDCA) is unknown color: approx Cruise. HEX triplet: AD, DD and CA. RGB value is (173,221,202). Sum of RGB (Red+Green+Blue) = 173+221+202=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDCA is #522235. Grayscale: #CCCCCC. Windows color (decimal): -5382710 or 13295021. OLE color: 13295021.

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

Color convert

RGB173221202-
CMYK0.2200.090.13
HSL156.25º41.38%77.25%-
HSV(B)156.25º21.72%86.67%-
XYZ53.7564.8665.56-
YUV204.48126.6105.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.03%
GREEN value IS 221 (86.72% from 255) = 37.08%
BLUE value IS 202 (79.30% from 255) = 33.89%
R=29.03%
G=37.08%
B=33.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732212020.2200.090.13156.2541.3877.25
HexADDDCA1609D9c294d
Octal255335312260111523451115
Binary10101101110111011100101010110010011101100111001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDDCA; }

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

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

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

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

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

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

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

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