#ACDDCB

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

Shades of Cruise #ACDDCB

Tints of Cruise #ACDDCB

Color information

#ACDDCB (or 0xACDDCB) is unknown color: approx Cruise. HEX triplet: AC, DD and CB. RGB value is (172,221,203). Sum of RGB (Red+Green+Blue) = 172+221+203=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDCB is #532234. Grayscale: #CCCCCC. Windows color (decimal): -5448245 or 13360556. OLE color: 13360556.

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

Color convert

RGB172221203-
CMYK0.2200.080.13
HSL157.96º41.88%77.06%-
HSV(B)157.96º22.17%86.67%-
XYZ53.6564.866.18-
YUV204.3127.27104.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.86%
GREEN value IS 221 (86.72% from 255) = 37.08%
BLUE value IS 203 (79.69% from 255) = 34.06%
R=28.86%
G=37.08%
B=34.06%

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
Decimal1722212030.2200.080.13157.9641.8877.06
HexACDDCB1608D9e2a4d
Octal254335313260101523652115
Binary10101100110111011100101110110010001101100111101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDCB; }

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

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

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

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

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

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

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

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