#ADDDCB

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

Shades of Cruise #ADDDCB

Tints of Cruise #ADDDCB

Color information

#ADDDCB (or 0xADDDCB) is unknown color: approx Cruise. HEX triplet: AD, DD and CB. RGB value is (173,221,203). Sum of RGB (Red+Green+Blue) = 173+221+203=597 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.98% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDCB is #522234. Grayscale: #CCCCCC. Windows color (decimal): -5382709 or 13360557. OLE color: 13360557.

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

Color convert

RGB173221203-
CMYK0.2200.080.13
HSL157.5º41.38%77.25%-
HSV(B)157.5º21.72%86.67%-
XYZ53.8764.9166.19-
YUV204.6127.1105.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.98%
GREEN value IS 221 (86.72% from 255) = 37.02%
BLUE value IS 203 (79.69% from 255) = 34.00%
R=28.98%
G=37.02%
B=34.00%

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
Decimal1732212030.2200.080.13157.541.3877.25
HexADDDCB1608D9e294d
Octal255335313260101523651115
Binary10101101110111011100101110110010001101100111101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDDCB; }

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

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

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

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

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

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

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

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