#ADDCCB

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

Shades of Cruise #ADDCCB

Tints of Cruise #ADDCCB

Color information

#ADDCCB (or 0xADDCCB) is unknown color: approx Cruise. HEX triplet: AD, DC and CB. RGB value is (173,220,203). Sum of RGB (Red+Green+Blue) = 173+220+203=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCCB is #522334. Grayscale: #CCCCCC. Windows color (decimal): -5382965 or 13360301. OLE color: 13360301.

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

Color convert

RGB173220203-
CMYK0.2100.080.14
HSL158.3º40.17%77.06%-
HSV(B)158.3º21.36%86.27%-
XYZ53.6164.3866.1-
YUV204.01127.43105.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.03%
GREEN value IS 220 (86.33% from 255) = 36.91%
BLUE value IS 203 (79.69% from 255) = 34.06%
R=29.03%
G=36.91%
B=34.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732202030.2100.080.14158.340.1777.06
HexADDCCB1508E9e284d
Octal255334313250101623650115
Binary10101101110111001100101110101010001110100111101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDCCB; }

 p { color: rgb(173,220,203); }

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

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

 a { background-color: rgb(173,220,203); }

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

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

 span { border-color: rgb(173,220,203); }

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