#ACC1D3

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

Shades of Spindle #ACC1D3

Tints of Spindle #ACC1D3

Color information

#ACC1D3 (or 0xACC1D3) is unknown color: approx Spindle. HEX triplet: AC, C1 and D3. RGB value is (172,193,211). Sum of RGB (Red+Green+Blue) = 172+193+211=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 193 (75.78% from 255 or 33.51% from 576); Blue value is 211 (82.81% from 255 or 36.63% from 576); Max value from RGB is 211 - color contains mainly: blue. Hex color #ACC1D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1D3 is #533E2C. Grayscale: #BCBCBC. Windows color (decimal): -5455405 or 13877676. OLE color: 13877676.

HSL color Cylindrical-coordinate representation of color #ACC1D3: hue angle of 207.69º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACC1D3 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB172193211-
CMYK0.180.0900.17
HSL207.69º30.71%75.1%-
HSV(B)207.69º18.48%82.75%-
XYZ47.8451.6169.07-
YUV188.77140.54116.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.86%
GREEN value IS 193 (75.78% from 255) = 33.51%
BLUE value IS 211 (82.81% from 255) = 36.63%
R=29.86%
G=33.51%
B=36.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1721932110.180.0900.17207.6930.7175.1
HexACC1D3129011d01f4b
Octal254301323221102132037113
Binary10101100110000011101001110010100101000111010000111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC1D3; }

 p { color: rgb(172,193,211); }

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

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

 a { background-color: rgb(172,193,211); }

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

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

 span { border-color: rgb(172,193,211); }

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